CommodityContentExportQuantity2 Property | |
Gets or sets Export Quantity 2
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(typeof(decimal), "0.0")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 14)]
public decimal ExportQuantity2 { get; set; }
public:
[DefaultValueAttribute(typeof(Decimal), L"0.0")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 14)]
property Decimal ExportQuantity2 {
Decimal get ();
void set (Decimal value);
}
function get_ExportQuantity2();
function set_ExportQuantity2(value);
Property Value
Type:
DecimalRemarks
The second alternate number of units of this commodity (for export documentation)
See Also