AccountingVoucherCorrespondances Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<VoucherCorrespondance> Correspondances { get; }
Public ReadOnly Property Correspondances As ChildCollection(Of VoucherCorrespondance)
Get
public:
property ChildCollection<VoucherCorrespondance^>^ Correspondances {
ChildCollection<VoucherCorrespondance^>^ get ();
}
member Correspondances : ChildCollection<VoucherCorrespondance> with get
Property Value
Type:
ChildCollectionVoucherCorrespondance
See Also