AccountGroupParent Property |
Parent account group. null if this is root group. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AccountGroup Parent { get; set; }
Public Property Parent As AccountGroup
Get
Set
public:
property AccountGroup^ Parent {
AccountGroup^ get ();
void set (AccountGroup^ value);
}
member Parent : AccountGroup with get, set
Property Value
Type:
AccountGroup
See Also