ColorId Property

Gets the identifer for the color dimension.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ColorId As String
    Get
    Private Set
'Usage
Dim instance As Variant
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

Variant Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace