DiscoveryEndpointElement.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 discovery should use.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.