ConfigurationProperty Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Converter | Gets the TypeConverter used to convert this ConfigurationProperty into an XML representation for writing to the configuration file. |
| DefaultValue | Gets the default value for this ConfigurationProperty property. |
| Description | Gets the description associated with the ConfigurationProperty. |
| IsDefaultCollection | Gets a value that indicates whether the property is the default collection of an element. |
| IsKey | Gets a value indicating whether this ConfigurationProperty is the key for the containing ConfigurationElement object. |
| IsRequired | Gets a value indicating whether this ConfigurationProperty is required. |
| Name | Gets the name of this ConfigurationProperty. |
| Type | Gets the type of this ConfigurationProperty object. |
| Validator | Gets the ConfigurationValidatorAttribute, which is used to validate this ConfigurationProperty object. |