BindingsSection::Item Property (String^)

 

Gets the specified binding in this configuration section.

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

public:
property BindingCollectionElement^ default[
	String^ binding
] {
	BindingCollectionElement^ get(String^ binding);
}

Parameters

binding
Type: System::String^

The binding to access.

Property Value

Type: System.ServiceModel.Configuration::BindingCollectionElement^

A BindingCollectionElement that defines the specified binding in this configuration section.

.NET Framework
Available since 3.0
Return to top
Show: