ExtensionsSection.EndpointExtensions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたエンドポイント拡張を含む ExtensionElementCollection オブジェクトを取得します。
public:
property System::ServiceModel::Configuration::ExtensionElementCollection ^ EndpointExtensions { System::ServiceModel::Configuration::ExtensionElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("endpointExtensions")]
public System.ServiceModel.Configuration.ExtensionElementCollection EndpointExtensions { get; }
[<System.Configuration.ConfigurationProperty("endpointExtensions")>]
member this.EndpointExtensions : System.ServiceModel.Configuration.ExtensionElementCollection
Public ReadOnly Property EndpointExtensions As ExtensionElementCollection
プロパティ値
エンドポイント拡張のコレクション。
- 属性