NetTcpContextBindingElement::BindingElementType Property

 

Gets the CLR type of the standard binding associated with the configuration element System.ServiceModel.NetTcpContextBinding.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
property Type^ BindingElementType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type that specifies the CLR type of the standard binding associated with the configuration element System.ServiceModel.NetTcpContextBinding

.NET Framework
Available since 3.5
Return to top
Show: