PowerSNMP for .NET
PrivacyPassword Property




Gets or sets the privacy password initialized in the constructor.
Syntax
Public Property PrivacyPassword As String
Dim instance As User
Dim value As String
 
instance.PrivacyPassword = value
 
value = instance.PrivacyPassword
public string PrivacyPassword {get; set;}
public: __property string* get_PrivacyPassword();
public: __property void set_PrivacyPassword( 
   string* value
);
public:
property String^ PrivacyPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value used to decrypt the packet.
Remarks
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