IConnectionManager.RegisteredConnections Property

Definition

Gets the list of registered connections in IIS Manager.

public:
 property Microsoft::Web::Management::Client::ConnectionInfoCollection ^ RegisteredConnections { Microsoft::Web::Management::Client::ConnectionInfoCollection ^ get(); };
public Microsoft.Web.Management.Client.ConnectionInfoCollection RegisteredConnections { get; }
member this.RegisteredConnections : Microsoft.Web.Management.Client.ConnectionInfoCollection
Public ReadOnly Property RegisteredConnections As ConnectionInfoCollection

Property Value

The list of registered connections.

Applies to