BackupListCollection.Item[String] Eigenschaft

Definition

Ruft die BackupEndpointCollection-Instanz mit dem angegebenen Index ab.

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

Parameter

name
String

Der Schlüssel eines Elements, auf das zugegriffen werden soll.

Eigenschaftswert

Ein Sicherungsendpunkt, der mit dem angegebenen Schlüssel übereinstimmt.

Gilt für: