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

Ключ элемента, к которому осуществляется доступ.

Значение свойства

Резервная конечная точка, соответствующая указанному ключу.

Применяется к