ConfigurationMethodInstance Class

Definition

Represents an instance of a ConfigurationMethod.

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

Remarks

To create a ConfigurationMethodInstance object, use the CreateInstance method of a ConfigurationMethod object.

Properties

Input

Gets the configuration element that is used as input for the configuration method instance.

Output

Gets the configuration element that is used as output for the configuration method instance.

Methods

Execute()

Executes the method that this ConfigurationMethodInstance object represents.

GetMetadata(String)

Returns metadata values from the method schema.

SetMetadata(String, Object)

Sets metadata for the current method.

Applies to