TemplateVoucherDescriptionMask Property |
Template voucher description. Can use field substitutes, surrounded with square brackets.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string VoucherDescriptionMask { get; set; }
Public Property VoucherDescriptionMask As String
Get
Set
public:
property String^ VoucherDescriptionMask {
String^ get ();
void set (String^ value);
}
member VoucherDescriptionMask : string with get, set
Property Value
Type:
String
See Also