AccountRequiredPropertyKeyProperty Property |
Key properties particiate in forming the grouping key, which is the smallest unit of calculation for account balance. Non-key properties simply serve for comment and clarification purposes. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool KeyProperty { get; set; }
Public Property KeyProperty As Boolean
Get
Set
public:
property bool KeyProperty {
bool get ();
void set (bool value);
}
member KeyProperty : bool with get, set
Property Value
Type:
Boolean
See Also