CommodityContentExportQuantityUnitMeasure2 Property | |
Gets or sets Export Quantity Unit of Measure 2
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 16)]
public string ExportQuantityUnitMeasure2 { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 16)]
property String^ ExportQuantityUnitMeasure2 {
String^ get ();
void set (String^ value);
}
function get_ExportQuantityUnitMeasure2();
function set_ExportQuantityUnitMeasure2(value);
Property Value
Type:
StringRemarks
Identifies the second alternate quantity's unit of measure (for export documentation)
See Also