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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.