Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.0
Syntax
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.