Gets or sets the password to use when authenticating the client.
[Visual Basic] Public Property Password As String [C#] public string Password {get; set;} [C++] public: __property String* get_Password(); public: __property void set_Password(String*); [JScript] public function get Password() : String; public function set Password(String);
The password to use when authenticating the client.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace