EndpointCollectionElement.ConfiguredEndpoints Vlastnost

Definice

Při implementaci v odvozené třídě poskytuje kolekci StandardEndpointElement metod a vlastností jen pro čtení.

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)

Hodnota vlastnosti

ReadOnlyCollection<StandardEndpointElement>

Kolekce StandardEndpointElement metod a vlastností jen pro čtení.

Platí pro