|   | ClientHelperSettingsCategory Property | 
        
        
            Gets or sets the category under which the settings of 
ClientHelper 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("ClientHelper")]
public string SettingsCategory { get; set; }<DefaultValueAttribute("ClientHelper")>
Public Property SettingsCategory As String
	Get
	Setpublic:
[DefaultValueAttribute(L"ClientHelper")]
virtual property String^ SettingsCategory {
	String^ get () sealed;
	void set (String^ value) sealed;
}[<DefaultValueAttribute("ClientHelper")>]
abstract SettingsCategory : string with get, set
[<DefaultValueAttribute("ClientHelper")>]
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