SettingsManageabilityAttribute Constructor (SettingsManageability)

 

Initializes a new instance of the SettingsManageabilityAttribute class.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
SettingsManageabilityAttribute(
	SettingsManageability manageability
)

Parameters

manageability
Type: System.Configuration::SettingsManageability

A SettingsManageability value that enumerates the services being requested.

Multiple services can be requested by combining together values defined by the SettingsManageability enumeration with the logical OR operator.

.NET Framework
Available since 2.0
Return to top
Show: