ConfigurationPropertyAttribute::Options Property
.NET Framework (current version)
Gets or sets the ConfigurationPropertyOptions for the decorated configuration-element property.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ConfigurationPropertyOptions Options { ConfigurationPropertyOptions get(); void set(ConfigurationPropertyOptions value); }
Property Value
Type: System.Configuration::ConfigurationPropertyOptionsOne of the ConfigurationPropertyOptions enumeration values associated with the property.
.NET Framework
Available since 2.0
Available since 2.0
Show: