An NDoc documented library

ADLayer.Password Property

Gets or sets the passwrd to be used for the access.

[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);

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace