IConnectionManager.Connections 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 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.