EnterpriseOneTransactionFinanceAccountingObjectsVoucherCorrespondances Property |
Gets a typed query for the Finance.Accounting.VoucherCorrespondance entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<VoucherCorrespondance, VoucherCorrespondancesRepository> VoucherCorrespondances { get; }
Public ReadOnly Property VoucherCorrespondances As TransactionQuery(Of VoucherCorrespondance, VoucherCorrespondancesRepository)
Get
public:
property TransactionQuery<VoucherCorrespondance^, VoucherCorrespondancesRepository^>^ VoucherCorrespondances {
TransactionQuery<VoucherCorrespondance^, VoucherCorrespondancesRepository^>^ get ();
}
member VoucherCorrespondances : TransactionQuery<VoucherCorrespondance, VoucherCorrespondancesRepository> with get
Property Value
Type:
TransactionQueryVoucherCorrespondance,
VoucherCorrespondancesRepository
See Also