ConfigurationMethodSchema.OutputSchema 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 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.