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.
Defines the format for user profile account names.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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. |