ShipmentRequestManualShipment Property | |
Gets or Sets ManualShipment.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
public bool ManualShipment { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
property bool ManualShipment {
bool get ();
void set (bool value);
}
function get_ManualShipment();
function set_ManualShipment(value);
Property Value
Type:
BooleanSee Also