ConnectionInfoCollection.Item[String] 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 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.