UserInfoModelPreferencePolicy Property | |
Gets or sets the Preference Policy name for a user.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string PreferencePolicy { get; set; }
function get_PreferencePolicy();
function set_PreferencePolicy(value);
Property Value
StringRemarks
This value represents Preference Policy Name assigned to a user.
Preference policies set the behavior for portions of the system for a user.
These policies can be used as a template which the user may modify or they can be set by an administrator
such that the user may not change these settings.
Note:Value is case insensitive for set operations
Example default
See Also