AddPayrollPayTypeModelIsDurationOnly Property | |
Enables the is duration only flag
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsDurationOnly { get; set; }
function get_IsDurationOnly();
function set_IsDurationOnly(value);
Property Value
BooleanRemarks
Enables the is duration only flag.
Example true
See Also