RelayedOnewayTransportElement.ConnectionMode Property

Definition

Gets or sets an XML value that describes the one-way connection mode.

[System.Configuration.ConfigurationProperty("connectionMode", DefaultValue=Microsoft.ServiceBus.RelayedOnewayConnectionMode.Unicast)]
public Microsoft.ServiceBus.RelayedOnewayConnectionMode ConnectionMode { get; set; }
[<System.Configuration.ConfigurationProperty("connectionMode", DefaultValue=Microsoft.ServiceBus.RelayedOnewayConnectionMode.Unicast)>]
member this.ConnectionMode : Microsoft.ServiceBus.RelayedOnewayConnectionMode with get, set
Public Property ConnectionMode As RelayedOnewayConnectionMode

Property Value

Returns a RelayedOnewayConnectionMode that contains the connection mode.

Attributes

Applies to