DataSource.ManagerFormatInAD Property
Gets or sets the format of the manager name in the Active Directory directory service.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property ManagerFormatInAD As UserFormat
Get
Set
'Usage
Dim instance As DataSource
Dim value As UserFormat
value = instance.ManagerFormatInAD
instance.ManagerFormatInAD = value
public UserFormat ManagerFormatInAD { get; set; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.UserFormat
The UserFormat that contains the format of the manager name.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.