EmployeeTimecardsTimecards Property |
Array of time cards
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public TimecardLine[] Timecards { get; set; }
Public Property Timecards As TimecardLine()
Get
Set
public:
property array<TimecardLine^>^ Timecards {
array<TimecardLine^>^ get ();
void set (array<TimecardLine^>^ value);
}
member Timecards : TimecardLine[] with get, set
Property Value
Type:
TimecardLineSee Also