ConfigurationAttribute.Schema Property

Definition

Gets the schema object that is used for the configuration attribute.

public:
 property Microsoft::Web::Administration::ConfigurationAttributeSchema ^ Schema { Microsoft::Web::Administration::ConfigurationAttributeSchema ^ get(); };
public Microsoft.Web.Administration.ConfigurationAttributeSchema Schema { get; }
member this.Schema : Microsoft.Web.Administration.ConfigurationAttributeSchema
Public ReadOnly Property Schema As ConfigurationAttributeSchema

Property Value

A ConfigurationAttributeSchema object that represents the schema for the configuration attribute.

Applies to