BindingsSection::Item Property (String^)
.NET Framework (current version)
Gets the specified binding in this configuration section.
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
Available since 3.0
Show: