Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GetDefaultPriceLevelResponse.PriceLevels Property

Definition

Namespace:
Microsoft.Crm.Sdk.Messages
Assembly:
Microsoft.Crm.Sdk.Proxy.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Applies to