FinancialStatementNodes Property |
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<FinancialStatementNode> Nodes { get; }
Public ReadOnly Property Nodes As ChildCollection(Of FinancialStatementNode)
Get
public:
property ChildCollection<FinancialStatementNode^>^ Nodes {
ChildCollection<FinancialStatementNode^>^ get ();
}
member Nodes : ChildCollection<FinancialStatementNode> with get
Property Value
Type:
ChildCollectionFinancialStatementNode
See Also