StandardEndpointsSection.Item[String] Proprietà

Definizione

Restituisce una raccolta dell'elemento endpoint che contiene l'endpoint specificato.

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

Parametri

endpoint
String

Nome di un endpoint.

Valore della proprietà

EndpointCollectionElement

Elemento di una raccolta di endpoint.

Si applica a