DelegatingConfigHost.Host Property

Definition

Gets or sets the IInternalConfigHost object.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 property System::Configuration::Internal::IInternalConfigHost ^ Host { System::Configuration::Internal::IInternalConfigHost ^ get(); void set(System::Configuration::Internal::IInternalConfigHost ^ value); };
protected System.Configuration.Internal.IInternalConfigHost Host { get; set; }
member this.Host : System.Configuration.Internal.IInternalConfigHost with get, set
Protected Property Host As IInternalConfigHost

Property Value

A IInternalConfigHost object.

Applies to