This topic has not yet been rated - Rate this topic

ConfigurationAttributeSchema Class

IIS 7.0

Provides access to the attributes that define the schema for a configuration attribute.

System..::..Object
  Microsoft.Web.Administration..::..ConfigurationAttributeSchema

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public sealed class ConfigurationAttributeSchema

The ConfigurationAttributeSchema type exposes the following members.

  Name Description
Public property AllowInfinite Gets a value indicating whether the value "infinite" can be stored in this attribute.
Public property DefaultValue Gets the data that the attribute returns when a value is not explicitly set.
Public property IsCaseSensitive Gets a value indicating whether the attribute value is case-sensitive.
Public property IsCombinedKey Gets a value indicating whether this attribute is part of a multiple-attribute key for a collection.
Public property IsEncrypted Gets a value indicating whether the attribute is encrypted on disk.
Public property IsExpanded Gets a value indicating whether environment variables in an attribute value should be expanded.
Public property IsRequired Gets a value indicating whether a value must be defined for an attribute.
Public property IsUniqueKey Gets a value indicating whether this attribute is the unique key for a collection.
Public property Name Gets the name of the attribute.
Public property TimeSpanFormat Gets a value that determines the format in which TimeSpan attributes are stored.
Public property Type Gets the common language runtime (CLR) type of an attribute.
Public property ValidationParameter Gets the additional parameters needed to validate the data in a configuration attribute.
Public property ValidationType Gets the type of validation that this attribute uses.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumValues Returns a collection of configuration enumeration values.
Public method GetHashCode (Inherited from Object.)
Public method GetMetadata Returns metadata values from the schema.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ