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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.