Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.