UnitText Property

Gets or sets text representing the unit associated with property value (e.g. Lbs, Kgs).

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

Syntax

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

value = instance.UnitText

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

Property Value

Type: System.String
The unit text.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace