Gets or sets the category under which the settings of DataListener are to be saved to the config file if the PersistSettings property is set to true.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute("DataListener")] public string SettingsCategory { get; set; }
<DefaultValueAttribute("DataListener")> _ Public Property SettingsCategory As String
[DefaultValueAttribute(L"DataListener")] public: virtual property String^ SettingsCategory { String^ get () sealed; void set (String^ value) sealed; }
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value being assigned is a null or empty string. |