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