Share via


BackupListCollection.Item[String] プロパティ

定義

指定したインデックスの BackupEndpointCollection を取得します。

public:
 property System::ServiceModel::Routing::Configuration::BackupEndpointCollection ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::BackupEndpointCollection ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.BackupEndpointCollection this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.BackupEndpointCollection
Default Public ReadOnly Property Item(name As String) As BackupEndpointCollection

パラメーター

name
String

アクセスされる要素のキー。

プロパティ値

指定したキーに一致するバックアップ エンドポイント。

適用対象