ServiceRegistrySettingsElement.DiscoveryMode 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 how the service is discovered.
[System.Configuration.ConfigurationProperty("discoveryMode", DefaultValue=Microsoft.ServiceBus.DiscoveryType.Private)]
public Microsoft.ServiceBus.DiscoveryType DiscoveryMode { get; set; }
[<System.Configuration.ConfigurationProperty("discoveryMode", DefaultValue=Microsoft.ServiceBus.DiscoveryType.Private)>]
member this.DiscoveryMode : Microsoft.ServiceBus.DiscoveryType with get, set
Public Property DiscoveryMode As DiscoveryType
Property Value
The discovery type.
- Attributes