RecommendedAsConfigurableAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the RecommendedAsConfigurableAttribute class.
Assembly: System (in System.dll)
Parameters
- recommendedAsConfigurable
-
Type:
System::Boolean
true if the property this attribute is bound to can be used as an application setting; otherwise, false.
The following example marks a property as usable as an application setting. This code creates a new RecommendedAsConfigurableAttribute, sets its value to RecommendedAsConfigurableAttribute::Yes, and binds it to the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: