PricingModelPriceLists Property |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pricing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PricingModelPriceList> PriceLists { get; }
Public ReadOnly Property PriceLists As ChildCollection(Of PricingModelPriceList)
Get
public:
property ChildCollection<PricingModelPriceList^>^ PriceLists {
ChildCollection<PricingModelPriceList^>^ get ();
}
member PriceLists : ChildCollection<PricingModelPriceList> with get
Property Value
Type:
ChildCollectionPricingModelPriceList
See Also