UserInfoModelFeatureAccessTemplate Property | |
Gets or sets Feature Access 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 FeatureAccessTemplate { get; set; }
function get_FeatureAccessTemplate();
function set_FeatureAccessTemplate(value);
Property Value
StringRemarks
This value used to specify which portions of the system a user is able to access.
Typically, these will correspond to a role within your organization, such as Manager or Administrator.
If a user only needs access to punch, submit timesheets, request PTO, or review hours,
they will not need to be assigned to a Feature Access Template.
Note:Value is case insensitive for set operations
Example Admin
See Also