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

要存取之項目的索引鍵。

屬性值

符合所指定索引鍵的備份端點。

適用於