|
IPersistSettingsSettingsCategory Property
|
Gets or sets the category name under which the object settings are persisted in the config file.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntaxstring SettingsCategory { get; set; }
Property SettingsCategory As String
Get
Set
abstract SettingsCategory : string with get, set
function get_SettingsCategory();
function set_SettingsCategory(value);
Property Value
String
See Also