Share via


ConfigurationMethodSchema.InputSchema Property

Definition

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.

Applies to

See also