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