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

要访问的元素的键。

属性值

与指定键匹配的备份终结点。

适用于