ServiceDiscoveryElement.AnnouncementEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of announcement endpoints.
public:
property System::ServiceModel::Discovery::Configuration::AnnouncementChannelEndpointElementCollection ^ AnnouncementEndpoints { System::ServiceModel::Discovery::Configuration::AnnouncementChannelEndpointElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("announcementEndpoints")]
public System.ServiceModel.Discovery.Configuration.AnnouncementChannelEndpointElementCollection AnnouncementEndpoints { get; }
[<System.Configuration.ConfigurationProperty("announcementEndpoints")>]
member this.AnnouncementEndpoints : System.ServiceModel.Discovery.Configuration.AnnouncementChannelEndpointElementCollection
Public ReadOnly Property AnnouncementEndpoints As AnnouncementChannelEndpointElementCollection
Property Value
A ChannelEndpointElementCollection that contains announcement endpoints.
- Attributes
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.