SettingsManageabilityAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies special services for application settings properties. This class cannot be inherited.
public ref class SettingsManageabilityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed class SettingsManageabilityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property)>]
type SettingsManageabilityAttribute = class
inherit Attribute
Public NotInheritable Class SettingsManageabilityAttribute
Inherits Attribute
- Inheritance
- Attributes
Remarks
The SettingsManageabilityAttribute indicates that special, predefined services are to be provided to individual application settings properties and property groups. Most of these services will be provided by the Windows operating system.
For more information about application settings properties and their use, see Application Settings for Windows Forms.
Constructors
| Name | Description |
|---|---|
| SettingsManageabilityAttribute(SettingsManageability) |
Initializes a new instance of the SettingsManageabilityAttribute class. |
Properties
| Name | Description |
|---|---|
| Manageability |
Gets the set of special services that have been requested. |