ConnectionInfoCollection.Item[String] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した名前を持つ接続をコレクションから取得します。
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
パラメーター
- name
- String
ConnectionInfo オブジェクトの名前。
プロパティ値
ConnectionInfo指定した名前の オブジェクト。指定null
した名前の がConnectionInfoコレクション内にない場合は 。