ServiceBusMessagingBinding.Scheme Property

When implemented in a derived class, sets the URI scheme that specifies the transport used by the channel and listener factories that are built by the bindings.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Scheme As String
    Get
'Usage
Dim instance As ServiceBusMessagingBinding
Dim value As String

value = instance.Scheme
public override string Scheme { get; }
public:
virtual property String^ Scheme {
    String^ get () override;
}
abstract Scheme : string
override Scheme : string
override function get Scheme () : String

Property Value

Type: System.String
A string.

See Also

Reference

ServiceBusMessagingBinding Class

Microsoft.ServiceBus.Messaging Namespace