ConnectionInfoCollection.Item[String] Property

Definition

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

public:
 property Microsoft::Web::Management::Client::ConnectionInfo ^ default[System::String ^] { Microsoft::Web::Management::Client::ConnectionInfo ^ get(System::String ^ name); };
public Microsoft.Web.Management.Client.ConnectionInfo this[string name] { get; }
member this.Item(string) : Microsoft.Web.Management.Client.ConnectionInfo
Default Public ReadOnly Property Item(name As String) As ConnectionInfo

Parameters

name
String

The name of the ConnectionInfo object.

Property Value

The ConnectionInfo object with the specified name, or null if a ConnectionInfo with the specified name is not in the collection.

Applies to