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