Gets or sets the privacy password initialized in the constructor.
            
            
            
            
            
            
            
            
            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.