Gets or sets the category under which the settings of ArchiveFile are to be saved to the config file if the PersistSettings property is set to true.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute("ArchiveFile")] public string SettingsCategory { get; set; }
<DefaultValueAttribute("ArchiveFile")> _ Public Property SettingsCategory As String
[DefaultValueAttribute(L"ArchiveFile")] 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. |