Struct NonNegativeIntegerWithUnits
Represents non-negative integer with units of measurement.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Commerce.Catalog.Objects
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public struct NonNegativeIntegerWithUnits
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. |