Partager via


StandardEndpointsSection.Item[String] Propriété

Définition

Retourne une collection d'éléments de point de terminaison qui contient le point de terminaison spécifié.

public:
 property System::ServiceModel::Configuration::EndpointCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::EndpointCollectionElement ^ get(System::String ^ endpoint); };
public System.ServiceModel.Configuration.EndpointCollectionElement this[string endpoint] { get; }
member this.Item(string) : System.ServiceModel.Configuration.EndpointCollectionElement
Default Public ReadOnly Property Item(endpoint As String) As EndpointCollectionElement

Paramètres

endpoint
String

Nom d'un point de terminaison.

Valeur de propriété

EndpointCollectionElement

Élément de collection de points de terminaison.

S’applique à