ServiceBusNamespaceClient.Address Property

Gets the service namespace base address.

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

Syntax

'Declaration
Public ReadOnly Property Address As Uri
    Get
'Usage
Dim instance As ServiceBusNamespaceClient
Dim value As Uri

value = instance.Address
public Uri Address { get; }
public:
property Uri^ Address {
    Uri^ get ();
}
member Address : Uri
function get Address () : Uri

Property Value

Type: System.Uri
A Uri that represents the service namespace base address.

See Also

Reference

ServiceBusNamespaceClient Class

Microsoft.ServiceBus Namespace