ConfigurationAttribute.Schema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.