PriceGroup Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets or sets the customer's price group for sales price trade agreements

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<ColumnAttribute("PRICEGROUP")> _
<DataMemberAttribute> _
Public Property PriceGroup As String
    Get
    Set
'Usage
Dim instance As Customer
Dim value As String

value = instance.PriceGroup

instance.PriceGroup = value
[ColumnAttribute("PRICEGROUP")]
[DataMemberAttribute]
public string PriceGroup { get; set; }
[ColumnAttribute(L"PRICEGROUP")]
[DataMemberAttribute]
public:
property String^ PriceGroup {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The price group.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace