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