NetTcpContextBindingElement.BindingElementType 属性

定义

获取与配置元素 System.ServiceModel.NetTcpContextBinding 关联的标准绑定的 CLR 类型。

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

属性值

一个 Type,指定与配置元素 System.ServiceModel.NetTcpContextBinding 关联的标准绑定的 CLR 类型。

适用于