Click or drag to resize
PMMembershipOptionsCustomUserFieldValueOverride Method
Overrides this AD field with a custom value. AD refreshes will no longer update this value for this user.

Namespace: PM90SettingsAPI.MembershipOptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void Override(
	string value
)

Parameters

value
Type: SystemString
The value to store
See Also