BackupListCollection.Item[String] Eigenschap

Definitie

Hiermee haalt u de BackupEndpointCollection opgegeven index op.

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

Parameters

name
String

De sleutel van het element dat moet worden geopend.

Waarde van eigenschap

Een back-upeindpunt dat overeenkomt met de opgegeven sleutel.

Van toepassing op