EmployeeStatusEmployment Property |
Employment
enum Employment { Permanent = 0, Temporary = 1 }
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Employment { get; set; }
Public Property Employment As Integer
Get
Set
public:
property int Employment {
int get ();
void set (int value);
}
member Employment : int with get, set
Property Value
Type:
Int32See Also