ConfigurationAttributeSchema Class
Provides access to the attributes that define the schema for a configuration attribute.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() | AllowInfinite | Gets a value indicating whether the value "infinite" can be stored in this attribute. |
![]() | DefaultValue | Gets the data that the attribute returns when a value is not explicitly set. |
![]() | IsCaseSensitive | Gets a value indicating whether the attribute value is case-sensitive. |
![]() | IsCombinedKey | Gets a value indicating whether this attribute is part of a multiple-attribute key for a collection. |
![]() | IsEncrypted | Gets a value indicating whether the attribute is encrypted on disk. |
![]() | IsExpanded | Gets a value indicating whether environment variables in an attribute value should be expanded. |
![]() | IsRequired | Gets a value indicating whether a value must be defined for an attribute. |
![]() | IsUniqueKey | Gets a value indicating whether this attribute is the unique key for a collection. |
![]() | Name | Gets the name of the attribute. |
![]() | TimeSpanFormat | Gets a value that determines the format in which TimeSpan attributes are stored. |
![]() | Type | Gets the common language runtime (CLR) type of an attribute. |
![]() | ValidationParameter | Gets the additional parameters needed to validate the data in a configuration attribute. |
![]() | ValidationType | Gets the type of validation that this attribute uses. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumValues() | Returns a collection of configuration enumeration values. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMetadata(String) | Returns metadata values from the schema. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

