Share via


ServiceModelSectionGroup.Bindings プロパティ

定義

すべてのバインディングを含む構成セクションを取得します。

public:
 property System::ServiceModel::Configuration::BindingsSection ^ Bindings { System::ServiceModel::Configuration::BindingsSection ^ get(); };
public System.ServiceModel.Configuration.BindingsSection Bindings { get; }
member this.Bindings : System.ServiceModel.Configuration.BindingsSection
Public ReadOnly Property Bindings As BindingsSection

プロパティ値

すべてのバインディングを含む構成セクション。

注釈

このセクションには、標準バインディングおよびカスタム バインドのコレクションが保持されます。 各エントリは、バインディングにリンクするときにサービスが使用する一意の名前で識別されます。

適用対象