EmployeeTimecardsLiteTimecards 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 TimecardLineBase[] Timecards { get; set; }
Public Property Timecards As TimecardLineBase()
Get
Set
public:
property array<TimecardLineBase^>^ Timecards {
array<TimecardLineBase^>^ get ();
void set (array<TimecardLineBase^>^ value);
}
member Timecards : TimecardLineBase[] with get, set
Property Value
Type:
TimecardLineBaseSee Also