This documentation is archived and is not being maintained.

TeamFoundationServer::AuthenticatedUserName Property

Gets the authenticated user name.

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

public:
property String^ AuthenticatedUserName {
	String^ get ();
}

Property Value

Type: System::String
The authenticated user name.

AuthenticatedUserName will contact the server to get the user name if the user name has not already been retrieved.

Show: