DynamicEndpointElement.DiscoveryClientSettings 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 the DiscoveryClientSettingsElement that contains the settings needed by an application to participate in the service discovery process as a client.
public:
property System::ServiceModel::Discovery::Configuration::DiscoveryClientSettingsElement ^ DiscoveryClientSettings { System::ServiceModel::Discovery::Configuration::DiscoveryClientSettingsElement ^ get(); };
[System.Configuration.ConfigurationProperty("discoveryClientSettings")]
public System.ServiceModel.Discovery.Configuration.DiscoveryClientSettingsElement DiscoveryClientSettings { get; }
[<System.Configuration.ConfigurationProperty("discoveryClientSettings")>]
member this.DiscoveryClientSettings : System.ServiceModel.Discovery.Configuration.DiscoveryClientSettingsElement
Public ReadOnly Property DiscoveryClientSettings As DiscoveryClientSettingsElement
Property Value
An element that contains discovery settings required by a client application.
- 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.