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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.