UserFormat Enumeration
Defines the format for user profile account names.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration UserFormat
'Usage
Dim instance As UserFormat
public enum UserFormat
Members
Member name | Description | |
---|---|---|
NTAccountName | A Windows NT 4.0 account name. | |
DistinguishedName | A distinguished name. | |
UserPrincipalName | The user principal name. | |
DisplayName | The display name. | |
GUID | A globally unique identifier. | |
UNKNOWN | An unknown type. |