ServiceRegistrySettingsElement.DiscoveryMode Property

Definition

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

Applies to