|
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.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute("ClientHelper")]
public string SettingsCategory { get; set; }
<DefaultValueAttribute("ClientHelper")>
Public Property SettingsCategory As String
Get
Set
public:
[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, set
function get_SettingsCategory();
function set_SettingsCategory(value);
View SourceProperty Value
StringImplements
IPersistSettingsSettingsCategory
ExceptionsException | Condition |
---|
ArgumentNullException | The value being assigned is a null or empty string. |
See Also