EmployeeStatusPayTypeClass Property |
Pay Type Class
enum PayTypeClass { Exempt = 0, NonExempt = 1, Contract = 2 }
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int PayTypeClass { get; set; }
Public Property PayTypeClass As Integer
Get
Set
public:
property int PayTypeClass {
int get ();
void set (int value);
}
member PayTypeClass : int with get, set
Property Value
Type:
Int32See Also