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