|
ServiceHelperSupportSystemCommands Property
|
Gets or sets a boolean value that indicates whether
ServiceHelper commands will have support for system-level access (-system switch).
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(false)]
public bool SupportSystemCommands { get; set; }
<DefaultValueAttribute(false)>
Public Property SupportSystemCommands As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool SupportSystemCommands {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member SupportSystemCommands : bool with get, set
function get_SupportSystemCommands();
function set_SupportSystemCommands(value);
View SourceProperty Value
Boolean
See Also