Class NonNegativeIntegerWithUnits
Represents non-negative integer with units of measurement.
Inheritance
System.Object
NonNegativeIntegerWithUnits
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class NonNegativeIntegerWithUnits : ValueType
Properties
Units
Gets or sets the units.
Declaration
public string Units { get; set; }
Property Value
Type | Description |
---|---|
System.String | The units. |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |