ShippingRouteIsEditable Property | |
Gets and set IsEditable
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public bool IsEditable { get; set; }
public:
property bool IsEditable {
bool get ();
void set (bool value);
}
function get_IsEditable();
function set_IsEditable(value);
Property Value
Type:
BooleanSee Also