Gets or sets the username to use when authenticating the client.
[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);
The username to use when authenticating the client.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace