| PMMembershipOptionsCustomUserFieldSettingEnable Method  | 
            Enables a custom AD Lookup field
            
 
Namespace: PM90SettingsAPI.MembershipOptionsAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntaxpublic void Enable(
	string ldapAttribute,
	string FriendlyName
)
Parameters
- ldapAttribute
 - Type: SystemString
exact name of LDAP field in AD - FriendlyName
 - Type: SystemString
friendly name as shown in interface and reporting. 
RemarksInformation will not be populated for existing users until their next full AD refresh.
See Also