Kommentar
Å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.
Gets the mode in which user account information is displayed for this work item store.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property UserDisplayMode As UserDisplayMode
public UserDisplayMode UserDisplayMode { get; }
public:
property UserDisplayMode UserDisplayMode {
UserDisplayMode get ();
}
member UserDisplayMode : UserDisplayMode with get
function get UserDisplayMode () : UserDisplayMode
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.UserDisplayMode
The mode in which user account information is displayed for this work item store.
Remarks
This will always be set to FriendlyName.
.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.