ConfigurationMethodInstance.Output Property

Definition

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

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

Property Value

The ConfigurationElement object that is used as output for the ConfigurationMethodInstance object.

Applies to