|   | ServiceHelperSettingsCategory Property | 
        
        
            Gets or sets the category under which the settings of 
ServiceHelper are to be saved to the config file 
            if the 
PersistSettings property is set to true.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntax[DefaultValueAttribute("ServiceHelper")]
public string SettingsCategory { get; set; }<DefaultValueAttribute("ServiceHelper")>
Public Property SettingsCategory As String
	Get
	Setpublic:
[DefaultValueAttribute(L"ServiceHelper")]
virtual property String^ SettingsCategory {
	String^ get () sealed;
	void set (String^ value) sealed;
}[<DefaultValueAttribute("ServiceHelper")>]
abstract SettingsCategory : string with get, set
[<DefaultValueAttribute("ServiceHelper")>]
override SettingsCategory : string with get, setfunction get_SettingsCategory();
function set_SettingsCategory(value);
Property Value
StringImplements
IPersistSettingsSettingsCategory Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | The value being assigned is a null or empty string. | 
 See Also
See Also