BackupListCollection.Item[String] Propriété

Définition

Obtient l’index BackupEndpointCollection spécifié.

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

Paramètres

name
String

Clé de l’élément à accéder.

Valeur de propriété

Point de terminaison de sauvegarde qui correspond à la clé spécifiée.

S’applique à