Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SettingsManageabilityAttribute::Manageability Property

 

Gets the set of special services that have been requested.

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

public:
property SettingsManageability Manageability {
	SettingsManageability get();
}

Property Value

Type: System.Configuration::SettingsManageability

A value that results from using the logical OR operator to combine all the SettingsManageability enumeration values corresponding to the requested services.

This property is set in the SettingsManageabilityAttribute constructor.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft