FinancialStatementNodeCorrespondanceAccountGroup Property |
Main account group determining the correspondances for which the balances are summed. [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 AccountGroup AccountGroup { get; set; }
Public Property AccountGroup As AccountGroup
Get
Set
public:
property AccountGroup^ AccountGroup {
AccountGroup^ get ();
void set (AccountGroup^ value);
}
member AccountGroup : AccountGroup with get, set
Property Value
Type:
AccountGroup
See Also