Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the display mode of the user account.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Enumeration UserDisplayMode
public enum UserDisplayMode
public enum class UserDisplayMode
type UserDisplayMode
public enum UserDisplayMode
Members
| Member name | Description | |
|---|---|---|
| AccountName | Displays the account name. This is intended for internal use only. | |
| FriendlyName | Displays the user-readable friendly name. | 
Remarks
The display mode is not intended to be changed by end users. For client applications, the display mode will always be FriendlyName.
This enum is used in the UserDisplayMode property.