ConfigurationMethodInstance.Output 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 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.