GetDefaultPriceLevelResponse.PriceLevels Property
Applies To: Dynamics CRM 2015
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).
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityCollection PriceLevels { get; }
public:
property EntityCollection^ PriceLevels {
EntityCollection^ get();
}
member PriceLevels : EntityCollection with get
Public ReadOnly Property PriceLevels As EntityCollection
Property Value
Type: Microsoft.Xrm.Sdk.EntityCollection
Returns EntityCollection
The resulting price level, which is an instance of the PriceLevel class.
See Also
GetDefaultPriceLevelResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright