ConfigurationElementCollectionBase<T>.Schema Property

Definition

Gets the schema that describes the configuration element collection.

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

Property Value

A ConfigurationCollectionSchema object that contains the schema for the configuration elements.

Applies to