EndpointCollectionElement.ConfiguredEndpoints Eigenschap

Definitie

Wanneer deze wordt geïmplementeerd in een afgeleide klasse, beschikt u over een verzameling StandardEndpointElement methoden en eigenschappen die alleen-lezen zijn.

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)

Waarde van eigenschap

Een verzameling alleen-lezen StandardEndpointElement methoden en eigenschappen.

Van toepassing op