Share via


IConnectionManager.Connections Property

Definition

Gets the set of currently active management sessions, each represented by a Connection object.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::Connection ^> ^ Connections { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::Connection ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.Connection> Connections { get; }
member this.Connections : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.Connection>
Public ReadOnly Property Connections As ReadOnlyCollection(Of Connection)

Property Value

The set of currently active management sessions.

Applies to