Share via


DiscoveryEndpointElement.Properties プロパティ

定義

派生クラスで呼び出されるかオーバーライドされると、DiscoveryEndpointElement インスタンスに格納されている構成設定のコレクションを取得します。

protected:
 virtual property System::Configuration::ConfigurationPropertyCollection ^ Properties { System::Configuration::ConfigurationPropertyCollection ^ get(); };
protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }
member this.Properties : System.Configuration.ConfigurationPropertyCollection
Protected Overrides ReadOnly Property Properties As ConfigurationPropertyCollection

プロパティ値

構成設定のコレクション。

適用対象