TcpServiceBusTransportBindingElement.Scheme Property

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overridden. Gets the URI scheme for the transport: “sb”.

Namespace: Microsoft.ServiceBus.Channels
Assembly: Microsoft.ServiceBus.Channels (in microsoft.servicebus.channels.dll)

Usage

    Dim instance As TcpServiceBusTransportBindingElement
Dim value As String

value = instance.Scheme

Syntax

'Declaration
Public Overrides ReadOnly Property Scheme As String
public override string Scheme { get; }
public:
virtual property String^ Scheme {
    String^ get () override;
}
/** @property */
public String get_Scheme ()
public override function get Scheme () : String

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

TcpServiceBusTransportBindingElement Class
TcpServiceBusTransportBindingElement Members
Microsoft.ServiceBus.Channels Namespace