Gets or sets the password.
Syntax
public virtual string Password {get; set;}
public read-write property Password: String; virtual;
public function get,set Password : String
public: __property virtual string* get_Password();
public: __property virtual void set_Password(
string* value
);
'Declaration
Public Overridable Property Password As String
'Usage
Dim instance As Agent
Dim value As String
instance.Password = value
value = instance.Password
Property Value
The password.
See Also