Share via


ConfigurationMethodSchema.OutputSchema Property

Definition

Gets the schema for the output.

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

Property Value

The output ConfigurationElementSchema object.

Remarks

The ConfigurationMethod object uses the ConfigurationElementSchema object of the OutputSchema property.

Applies to

See also