GetLaborLevelModelUnrestrictedAccessEnabled Property | |
Gets a boolean flag that indicates if this labor level has unrestricted access.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool UnrestrictedAccessEnabled { get; set; }
function get_UnrestrictedAccessEnabled();
function set_UnrestrictedAccessEnabled(value);
Property Value
BooleanRemarks
If a labor level is unrestricted then any employee will have access to choose that labor level and any labor level assignments to that labor level are ignored.
Example false
See Also