RelayedOnewayTransportElement.ConnectionMode 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 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