UserPoliciesPreference Property | |
Gets the preference policy name assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string Preference { get; set; }
function get_Preference();
function set_Preference(value);
Property Value
StringRemarks
Gets the preference policy name assigned to a user. Preference policies set the behavior for portions of the system assigned to 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 |
---|
Setup:
Manager > Employees > Policies Tab
Configuration > General > Preferences
|
Example Common User
See Also