|
ServiceHelperSupportFileManagementCommands Property
|
Gets or sets boolean value that indicates whether the
ServiceHelper will have support for file-management commands.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
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);
View SourceProperty Value
Boolean
See Also