Queue.Path Property
Gets the full path of the queue.
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 Queue
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
Returns a string.