DiscoveryEndpointElement.EndpointType 属性
定义
由派生类调用或重写时,获取发现终结点的类型。When called or overridden by a derived class, gets the type of the discovery endpoint.
protected public:
virtual property Type ^ EndpointType { Type ^ get(); };
protected internal override Type EndpointType { get; }
member this.EndpointType : Type
Protected Friend Overrides ReadOnly Property EndpointType As Type
属性值
终结点的类型。The type of the endpoint.