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

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

Syntax

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

Property Value

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

Remarks

This property should only used when the RateType property is set to UnitRate.

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

See Also