ConfigurationMethodSchema.InputSchema 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 for the input.
public:
property Microsoft::Web::Administration::ConfigurationElementSchema ^ InputSchema { Microsoft::Web::Administration::ConfigurationElementSchema ^ get(); };
public Microsoft.Web.Administration.ConfigurationElementSchema InputSchema { get; }
member this.InputSchema : Microsoft.Web.Administration.ConfigurationElementSchema
Public ReadOnly Property InputSchema As ConfigurationElementSchema
Property Value
The input ConfigurationElementSchema object.
Remarks
The ConfigurationMethod object uses the ConfigurationElementSchema object of the InputSchema property.