ManagementChannel.Connection 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 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.