AccountRequiredPropertyAccount Property |
The Account to which this AccountRequiredProperty belongs. [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 Account Account { get; set; }
Public Property Account As Account
Get
Set
public:
property Account^ Account {
Account^ get ();
void set (Account^ value);
}
member Account : Account with get, set
Property Value
Type:
Account
See Also