Click or drag to resize

UserInfoModelFeatureAccessTemplate Property

Gets or sets Feature Access policy name for a user

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string FeatureAccessTemplate { get; set; }

Property Value

String
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
Admin
See Also