PowerSNMP for .NET
PrivacyProtocol Property (User)




Gets or sets the privacy protocol initialized in the constructor.
Syntax
Public Property PrivacyProtocol As PrivacyProtocol
Dim instance As User
Dim value As PrivacyProtocol
 
instance.PrivacyProtocol = value
 
value = instance.PrivacyProtocol
public PrivacyProtocol PrivacyProtocol {get; set;}
public: __property PrivacyProtocol get_PrivacyProtocol();
public: __property void set_PrivacyProtocol( 
   PrivacyProtocol value
);
public:
property PrivacyProtocol PrivacyProtocol {
   PrivacyProtocol get();
   void set (    PrivacyProtocol value);
}
See Also

Reference

User Class
User Members


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic