ConnectionInfoCollection Class

Definition

Defines a collection of registered connections.

public ref class ConnectionInfoCollection sealed : System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::ConnectionInfo ^>
public sealed class ConnectionInfoCollection : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.ConnectionInfo>
type ConnectionInfoCollection = class
    inherit ReadOnlyCollection<ConnectionInfo>
Public NotInheritable Class ConnectionInfoCollection
Inherits ReadOnlyCollection(Of ConnectionInfo)
Inheritance
ConnectionInfoCollection

Constructors

ConnectionInfoCollection(IConnectionManager)

Initializes a new instance of the ConnectionInfoCollection class.

Properties

Item[String]

Gets the connection that has the specified name from the collection.

Applies to