AccountRequiredPropertyProperty Property |
A property of type (Entity_Name = Account Voucher Line) for which the user can specify value when entering accounting vouchers. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty Property { get; set; }
Public Property Property As CustomProperty
Get
Set
public:
property CustomProperty^ Property {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member Property : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also