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