TeamFoundationServer.AuthenticatedUserDisplayName Property

Gets the authenticated user's DisplayName.

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

Syntax

'Declaration
Public ReadOnly Property AuthenticatedUserDisplayName As String
'Usage
Dim instance As TeamFoundationServer 
Dim value As String 

value = instance.AuthenticatedUserDisplayName
public string AuthenticatedUserDisplayName { get; }
public:
property String^ AuthenticatedUserDisplayName {
    String^ get ();
}
public function get AuthenticatedUserDisplayName () : String

Property Value

Type: System.String
The authenticated user DisplayName.

Remarks

AuthenticatedUserDisplayName will contact the server to get the user's display name if the user's DisplayName has not already been retrieved.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Members

Microsoft.TeamFoundation.Client Namespace