EndpointCollectionElement.EndpointType Propriedade
Definição
Quando implementado em uma classe derivada, obtém o tipo de ponto de extremidade de serviço.When implemented in a derived class, gets the type of the service endpoint.
public:
abstract property Type ^ EndpointType { Type ^ get(); };
public abstract Type EndpointType { get; }
member this.EndpointType : Type
Public MustOverride ReadOnly Property EndpointType As Type
Valor da propriedade
Um tipo de ponto de extremidade de serviço.A service endpoint type.