|   | ServiceHelperSupportSystemCommands Property | 
        
        
            Gets or sets a boolean value that indicates whether 
ServiceHelper commands will have support for system-level access (-system switch).
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
Boolean See Also
See Also