ShipmentRequestAllowEdit Property | |
Gets or sets AllowEdit.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
public bool AllowEdit { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false)]
property bool AllowEdit {
bool get ();
void set (bool value);
}
function get_AllowEdit();
function set_AllowEdit(value);
Property Value
Type:
BooleanSee Also