NavigationItem.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 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.