ServiceBusEnvironment.DefaultServiceHostName Property

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

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

Usage

    Dim value As String

value = ServiceBusEnvironment.DefaultServiceHostName

Syntax

'Declaration
Public Shared ReadOnly Property DefaultServiceHostName As String
public static string DefaultServiceHostName { get; }
public:
static property String^ DefaultServiceHostName {
    String^ get ();
}
/** @property */
public static String get_DefaultServiceHostName ()
public static function get DefaultServiceHostName () : 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

ServiceBusEnvironment Class
ServiceBusEnvironment Members
Microsoft.ServiceBus Namespace