|   | ServiceHelperSupportFileManagementCommands Property | 
        
        
            Gets or sets boolean value that indicates whether the 
ServiceHelper will have support for file-management commands.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntax[DefaultValueAttribute(false)]
public bool SupportFileManagementCommands { get; set; }<DefaultValueAttribute(false)>
Public Property SupportFileManagementCommands As Boolean
	Get
	Set
public:
[DefaultValueAttribute(false)]
property bool SupportFileManagementCommands {
	bool get ();
	void set (bool value);
}[<DefaultValueAttribute(false)>]
member SupportFileManagementCommands : bool with get, set
function get_SupportFileManagementCommands();
function set_SupportFileManagementCommands(value);
Property Value
Boolean See Also
See Also