UdpAnnouncementEndpointElement.Properties 属性
定义
由派生类调用或重写时,获取 UdpAnnouncementEndpointElement 实例中包含的配置设置的集合。When called or overridden by a derived class, gets a collection of the configuration settings contained in a UdpAnnouncementEndpointElement instance.
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
属性值
配置设置的集合。A collection of configuration settings.