GroupName Property

Gets the underlying attribute's group name.

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

Syntax

'Declaration
Public Property GroupName As String
    Get
    Friend Set
'Usage
Dim instance As ListingProperty
Dim value As String

value = instance.GroupName
public string GroupName { get; internal set; }
public:
property String^ GroupName {
    String^ get ();
    internal: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace