ServiceDiscoveryElement.AnnouncementEndpoints 属性

定义

获取公告终结点的集合。

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

属性值

AnnouncementChannelEndpointElementCollection

一个包含公告终结点的 ChannelEndpointElementCollection

属性

适用于