AnnouncementEndpointElement.DiscoveryVersion 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 or sets the version of the WS-Discovery specification that the announcement endpoint supports.
public:
property System::ServiceModel::Discovery::DiscoveryVersion ^ DiscoveryVersion { System::ServiceModel::Discovery::DiscoveryVersion ^ get(); void set(System::ServiceModel::Discovery::DiscoveryVersion ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Discovery.Configuration.DiscoveryVersionConverter))]
[System.Configuration.ConfigurationProperty("discoveryVersion", DefaultValue="WSDiscovery11")]
public System.ServiceModel.Discovery.DiscoveryVersion DiscoveryVersion { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Discovery.Configuration.DiscoveryVersionConverter))>]
[<System.Configuration.ConfigurationProperty("discoveryVersion", DefaultValue="WSDiscovery11")>]
member this.DiscoveryVersion : System.ServiceModel.Discovery.DiscoveryVersion with get, set
Public Property DiscoveryVersion As DiscoveryVersion
Property Value
The WS-Discovery version.
- Attributes
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.