AccountingVoucherRepository Property |
Provides access to AccountingVouchersRepository repository methods
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AccountingVouchersRepository Repository { get; }
Public ReadOnly Property Repository As AccountingVouchersRepository
Get
public:
property AccountingVouchersRepository^ Repository {
AccountingVouchersRepository^ get ();
}
member Repository : AccountingVouchersRepository with get
Property Value
Type:
AccountingVouchersRepository
See Also