Gets or sets the unit of measure for the CommodityQuantity property.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaCommodityQuantityUnitCode CommodityQuantityUnitCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property CommodityQuantityUnitCode As CicaCommodityQuantityUnitCode
Visual C++
public:
virtual property CicaCommodityQuantityUnitCode CommodityQuantityUnitCode {
	CicaCommodityQuantityUnitCode get ();
	void set (CicaCommodityQuantityUnitCode value);
}

Property Value

The unit of measure for the CommodityQuantity property. The default value is Invalid.

Remarks

This property is only used when the EventStatusType property is set to Load, Other, or Unload.

The CommodityQuantityUnitCodeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The CommodityQuantityUnitCodeSpecified property is automatically set to true when this property is set.

See Also