BindingCollectionElement::BindingType Property

 

Gets the type of the binding.

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

public:
property Type^ BindingType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

A Type that contains the type of the binding.

.NET Framework
Available since 3.0
Return to top
Show: