NavigationItem.Connection Property

Definition

Gets the connection for the navigation item.

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

Property Value

A Connection object that represents a single management session for a specific management unit.

Remarks

The returned Connection object represents a connection to an application, server, or site. The connection includes the credentials that enable the user to access and manage the management unit.

Applies to