Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<TemplateLevel> Levels { get; }
Public ReadOnly Property Levels As ChildCollection(Of TemplateLevel)
Get
public:
property ChildCollection<TemplateLevel^>^ Levels {
ChildCollection<TemplateLevel^>^ get ();
}
member Levels : ChildCollection<TemplateLevel> with get
Property Value
Type:
ChildCollectionTemplateLevel
See Also