| 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
Syntaxpublic string FeatureAccessTemplate { get; set; }function get_FeatureAccessTemplate();
function set_FeatureAccessTemplate(value);
Property Value
String Remarks
Remarks
                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
ExampleAdmin
 See Also
See Also