AddPayrollPayTypeModelIsFMLAType Property | |
Is this a family medial leave act (FMLA) type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool IsFMLAType { get; set; }
function get_IsFMLAType();
function set_IsFMLAType(value);
Property Value
BooleanRemarks
Is this a family medial leave act (FMLA) type.
Example true
See Also