| DSSAllowDOScmd Property |
[This is preliminary documentation and is subject to change.]
If enabled, the `DOScmd` command is allowed. Otherwise, an error is reported if the user tries to use it.
Defaults to False/0 (disabled state). Users should consider DOScmd deprecated on DSS Extensions.
This can also be set through the environment variable DSS_CAPI_ALLOW_DOSCMD. Setting it to 1 enables
the command.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool AllowDOScmd { get; set; }
Public Property AllowDOScmd As Boolean
Get
Set
public:
property bool AllowDOScmd {
bool get ();
void set (bool value);
}
member AllowDOScmd : bool with get, set
function get_AllowDOScmd();
function set_AllowDOScmd(value);
Property Value
Type:
BooleanSee Also