GroupType Property

Gets the underlying attribute's group type.

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

Syntax

'Declaration
Public Property GroupType As AttributeGroupType
    Get
    Friend Set
'Usage
Dim instance As ListingProperty
Dim value As AttributeGroupType

value = instance.GroupType
public AttributeGroupType GroupType { get; internal set; }
public:
property AttributeGroupType GroupType {
    AttributeGroupType get ();
    internal: void set (AttributeGroupType value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.AttributeGroupType
Returns AttributeGroupType.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace