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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.