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: