DiscoveryClientElement.BindingElementType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 DiscoveryClientBindingElement 的类型。
public:
virtual property Type ^ BindingElementType { Type ^ get(); };
public override Type BindingElementType { get; }
member this.BindingElementType : Type
Public Overrides ReadOnly Property BindingElementType As Type
属性值
一个类型对象。
注解
DiscoveryClientBindingElement 是可添加到客户端应用程序以利用 Discovery 客户端通道(使客户端应用程序能够在不事先知道终结点地址的情况下访问可发现服务)的绑定元素。