ConnectionInfoCollection Class
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.
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. |