Share via


BackupListCollection.Item[String] Propiedad

Definición

Obtiene la clase BackupEndpointCollection con el índice especificado.

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

Parámetros

name
String

La clave del elemento al que se tendrá acceso.

Valor de propiedad

Extremo de reserva que coincide con la clave especificada.

Se aplica a