AddPayrollPayTypeModelIsWorkType Property | |
Is this payroll pay type a work type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsWorkType { get; set; }
function get_IsWorkType();
function set_IsWorkType(value);
Property Value
BooleanRemarks
Is this payroll pay type a work type
Example true
See Also