ConfigurationMethodSchema Class

Definition

Provides access to the method that defines the schema for a configuration method.

public ref class ConfigurationMethodSchema sealed
public sealed class ConfigurationMethodSchema
type ConfigurationMethodSchema = class
Public NotInheritable Class ConfigurationMethodSchema
Inheritance
ConfigurationMethodSchema

Properties

InputSchema

Gets the schema for the input.

Name

Gets the name of the configuration method schema.

OutputSchema

Gets the schema for the output.

Applies to

See also