BindingsSection.Item[String] Property

Definition

Gets the specified binding in this configuration section.

public:
 property System::ServiceModel::Configuration::BindingCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::BindingCollectionElement ^ get(System::String ^ binding); };
public System.ServiceModel.Configuration.BindingCollectionElement this[string binding] { get; }
member this.Item(string) : System.ServiceModel.Configuration.BindingCollectionElement
Default Public ReadOnly Property Item(binding As String) As BindingCollectionElement

Parameters

binding
String

The binding to access.

Property Value

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

Applies to