Topic.Path Property

Gets the full path of the topic.

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

Syntax

'Declaration
Public Property Path As String
    Get
    Private Set
'Usage
Dim instance As Topic
Dim value As String

value = instance.Path
public string Path { get; private set; }
public:
property String^ Path {
    String^ get ();
    private: void set (String^ value);
}
member Path : string with get, private set
function get Path () : String
private function set Path (value : String)

Property Value

Type: System.String
A string.

See Also

Reference

Topic Class

Microsoft.ServiceBus.Messaging Namespace