PowerSNMP for .NET
PrivacyProtocol Property




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

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic