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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.