AnnouncementEndpointElement.Properties 属性

定义

在派生类中调用或重写时,获取 AnnouncementEndpointElement 实例中包含的配置设置的集合。

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

属性值

ConfigurationPropertyCollection

配置设置的集合。

适用于