ConfigurationPropertyOptions Enumeration
.NET Framework 3.0
Specifies the options to apply to a property.
Assembly: System.Configuration (in system.configuration.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.ConfigurationAssembly: System.Configuration (in system.configuration.dll)
During the creation of a configuration element, you use the ConfigurationPropertyOptions enumerator to programmatically specify the options to apply. These options denote if a property is required, or is a collection key property, etc. If not specified its value is assumed to be None.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: