SizeId Property

Gets the identifer for the size dimension.

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

Syntax

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

value = instance.SizeId
[DataMemberAttribute]
public string SizeId { get; private set; }
[DataMemberAttribute]
public:
property String^ SizeId {
    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