SetProhibitBinaryLoad Method
Overloads
| SetProhibitBinaryLoad(Boolean) |
Prohibit binary load of this app. An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required. |
SetProhibitBinaryLoad(Boolean)
Prohibit binary load of this app.
An app with prohibit binary load set cannot be loaded binary. For the setting to have effect a save is required.
Declaration
public void SetProhibitBinaryLoad([QixName("qProhibit")] bool prohibit)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | prohibit |
True or false. |