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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.