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