Share via


ManagementChannel.Connection Property

Definition

Gets a connection to an application, server, or site.

protected:
 property Microsoft::Web::Management::Client::Connection ^ Connection { Microsoft::Web::Management::Client::Connection ^ get(); };
protected Microsoft.Web.Management.Client.Connection Connection { get; }
member this.Connection : Microsoft.Web.Management.Client.Connection
Protected ReadOnly Property Connection As Connection

Property Value

A Connection channel with information relative to the management channel.

Remarks

The Connection property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The Connection property is set in the constructor.

Applies to