Share via


CustomBindingCollectionElement.Bindings プロパティ

定義

このセクションで定義されたバインディングを取得します。

public:
 property System::ServiceModel::Configuration::CustomBindingElementCollection ^ Bindings { System::ServiceModel::Configuration::CustomBindingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.CustomBindingElementCollection Bindings { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Bindings : System.ServiceModel.Configuration.CustomBindingElementCollection
Public ReadOnly Property Bindings As CustomBindingElementCollection

プロパティ値

このセクションで定義されているすべてのバインディングを格納する CustomBindingElementCollection

属性

適用対象