ProfileManagerBase.AccountNameFormat Property

Gets the account name format.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property AccountNameFormat As UserFormat
    Get
'Usage
Dim instance As ProfileManagerBase
Dim value As UserFormat

value = instance.AccountNameFormat
public UserFormat AccountNameFormat { get; }

Property Value

Type: Microsoft.Office.Server.UserProfiles.UserFormat

Remarks

Possible account name formats are the Windows Security Account Manager (SAM) format and the User Principal Name (UPN) format.

See Also

Reference

ProfileManagerBase Class

ProfileManagerBase Members

Microsoft.Office.Server.UserProfiles Namespace