AnnouncementEndpointElement.Properties Property

Definition

When called or overridden in a derived class, gets a collection of the configuration settings contained in the AnnouncementEndpointElement 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

Property Value

A collection of configuration settings.

Applies to