CustomerGroup Property

Gets or sets the customer group.

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

Syntax

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

value = instance.CustomerGroup

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

Property Value

Type: System.String
The customer group.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace