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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET