CommodityContentQuantityUnitMeasure Property | |
Gets or sets Quantity Unit of Measure
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 33)]
public string QuantityUnitMeasure { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 33)]
property String^ QuantityUnitMeasure {
String^ get ();
void set (String^ value);
}
function get_QuantityUnitMeasure();
function set_QuantityUnitMeasure(value);
Property Value
Type:
StringRemarks
Identifies the quantity's unit of measure (for documentation such as commercial invoice)
See Also