CurrencyDirectoryLines Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<CurrencyDirectoryLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of CurrencyDirectoryLine)
Get
public:
property ChildCollection<CurrencyDirectoryLine^>^ Lines {
ChildCollection<CurrencyDirectoryLine^>^ get ();
}
member Lines : ChildCollection<CurrencyDirectoryLine> with get
Property Value
Type:
ChildCollectionCurrencyDirectoryLine
See Also