AccountingVoucherLineVoucher Property |
The voucher to which this line is attached. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AccountingVoucher Voucher { get; set; }
Public Property Voucher As AccountingVoucher
Get
Set
public:
property AccountingVoucher^ Voucher {
AccountingVoucher^ get ();
void set (AccountingVoucher^ value);
}
member Voucher : AccountingVoucher with get, set
Property Value
Type:
AccountingVoucher
See Also