VersionControlServer.AuthorizedUser Property

Gets the user who is authorized to use the specified server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizedUser As String
public string AuthorizedUser { get; }
public:
property String^ AuthorizedUser {
    String^ get ();
}
member AuthorizedUser : string
function get AuthorizedUser () : String

Property Value

Type: System.String
The user name to use in order to access the specified repository.

Remarks

If the user name was specified as a command-line parameter, environment variable, etc., that value will be returned. If default credentials are used, authenticate the user credentials with the server to get the identity of the user.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace