An NDoc Documented Class Library

ADLayer.Username Property

Gets or sets the username to be used for the access. If set to null, integrated authentication will be used.

[Visual Basic]
Public Property Username As String
[C#]
public string Username { get; set; }
[C++]
public: __property String* get_Username();
public: __property void set_Username(String* );
[JScript]
public function get Username() : String
public function set Username(String);

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace