TemplateVoucherDateSource Property |
Determines the source for the document date of the generated voucher. If not specified the voucher date is set as usual.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string VoucherDateSource { get; set; }
Public Property VoucherDateSource As String
Get
Set
public:
property String^ VoucherDateSource {
String^ get ();
void set (String^ value);
}
member VoucherDateSource : string with get, set
Property Value
Type:
String
See Also