GroupId Property

Gets the underlying attribute's group identifier.

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

Syntax

'Declaration
Public Property GroupId As Long
    Get
    Friend Set
'Usage
Dim instance As ListingProperty
Dim value As Long

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace