Share via


EndpointCollectionElement.ConfiguredEndpoints Eigenschaft

Definition

Ruft bei der Implementierung in einer abgeleiteten Klasse eine schreibgeschützte Auflistung von StandardEndpointElement-Methoden und -Eigenschaften ab.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::StandardEndpointElement ^> ^ ConfiguredEndpoints { System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::StandardEndpointElement ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.StandardEndpointElement> ConfiguredEndpoints { get; }
member this.ConfiguredEndpoints : System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.StandardEndpointElement>
Public MustOverride ReadOnly Property ConfiguredEndpoints As ReadOnlyCollection(Of StandardEndpointElement)

Eigenschaftswert

Eine schreibgeschützte Auflistung von StandardEndpointElement-Methoden und -Eigenschaften.

Gilt für: