ProfileSettingDisablePendingShipment Property | |
Gets or sets DisablePendingShipment
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute]
public bool DisablePendingShipment { get; set; }
public:
[DataMemberAttribute]
property bool DisablePendingShipment {
bool get ();
void set (bool value);
}
function get_DisablePendingShipment();
function set_DisablePendingShipment(value);
Property Value
Type:
BooleanSee Also