BindingsSection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.