EndpointCollectionElement.EndpointType 属性

定义

在派生类中实现时,获取服务终结点的类型。

public:
 abstract property Type ^ EndpointType { Type ^ get(); };
public abstract Type EndpointType { get; }
member this.EndpointType : Type
Public MustOverride ReadOnly Property EndpointType As Type

属性值

Type

服务终结点类型。

适用于