EmployeeTransactionsTransactions Property |
Array of Punch transactions
Namespace: AMG.API.TransactionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Punch[] Transactions { get; set; }
Public Property Transactions As Punch()
Get
Set
public:
property array<Punch^>^ Transactions {
array<Punch^>^ get ();
void set (array<Punch^>^ value);
}
member Transactions : Punch[] with get, set
Property Value
Type:
PunchSee Also