TotalDiscountGroup Property

Gets or sets the total discount group.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TotalDiscountGroup As String
    Get
    Set
'Usage
Dim instance As CustomerData
Dim value As String

value = instance.TotalDiscountGroup

instance.TotalDiscountGroup = value
[DataMemberAttribute]
public string TotalDiscountGroup { get; set; }
[DataMemberAttribute]
public:
property String^ TotalDiscountGroup {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The total discount group.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace