Style Property

Gets the value for the style dimension.

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

Syntax

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

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

Property Value

Type: System.String
Returns String.

See Also

Reference

Variant Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace