GetDefaultPriceLevelResponse.PriceLevels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the price level (price list) for the current user. If a user territory is part of multiple price levels (price lists), gets multiple price levels (price lists).
public:
property Microsoft::Xrm::Sdk::EntityCollection ^ PriceLevels { Microsoft::Xrm::Sdk::EntityCollection ^ get(); };
public Microsoft.Xrm.Sdk.EntityCollection PriceLevels { get; }
member this.PriceLevels : Microsoft.Xrm.Sdk.EntityCollection
Public ReadOnly Property PriceLevels As EntityCollection
Property Value
Returns EntityCollectionThe resulting price level, which is an instance of the PriceLevel
class.