TcpTransportElement.BindingElementType 属性

定义

获取表示自定义绑定元素的 Type 对象。

public:
 virtual property Type ^ BindingElementType { Type ^ get(); };
public override Type BindingElementType { get; }
member this.BindingElementType : Type
Public Overrides ReadOnly Property BindingElementType As Type

属性值

一个表示自定义绑定元素的 Type 对象。

适用于