EndpointCollectionElement.EndpointType Property

Definition

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

Property Value

A service endpoint type.

Applies to