Share via


ManagementChannel.ConnectionInfo Property

Definition

Gets information about a connection in a serializable form.

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

Property Value

A ConnectionInfo object with information relative to the connection.

Remarks

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

The ConnectionInfo property is set in the constructor.

Applies to