Share via


StandardEndpointsSection.EndpointCollections Propiedad

Definición

Devuelve una colección de puntos de conexión estándar.

public:
 property System::Collections::Generic::List<System::ServiceModel::Configuration::EndpointCollectionElement ^> ^ EndpointCollections { System::Collections::Generic::List<System::ServiceModel::Configuration::EndpointCollectionElement ^> ^ get(); };
public System.Collections.Generic.List<System.ServiceModel.Configuration.EndpointCollectionElement> EndpointCollections { get; }
member this.EndpointCollections : System.Collections.Generic.List<System.ServiceModel.Configuration.EndpointCollectionElement>
Public ReadOnly Property EndpointCollections As List(Of EndpointCollectionElement)

Valor de propiedad

List<EndpointCollectionElement>

Lista genérica.

Se aplica a