EmployeeWithStatusStatuses Property |
Employee's status array
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public EmployeeStatus[] Statuses { get; set; }
Public Property Statuses As EmployeeStatus()
Get
Set
public:
property array<EmployeeStatus^>^ Statuses {
array<EmployeeStatus^>^ get ();
void set (array<EmployeeStatus^>^ value);
}
member Statuses : EmployeeStatus[] with get, set
Property Value
Type:
EmployeeStatusSee Also