ServiceDiscoveryElement.AnnouncementEndpoints 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取公告终结点的集合。
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
属性值
一个包含公告终结点的 ChannelEndpointElementCollection。
- 属性