Rule.TopicPath Property
Gets the topic’s path relative to the base address of the namespace.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Property TopicPath As String
Get
Private Set
'Usage
Dim instance As Rule
Dim value As String
value = instance.TopicPath
public string TopicPath { get; private set; }
public:
property String^ TopicPath {
String^ get ();
private: void set (String^ value);
}
member TopicPath : string with get, private set
function get TopicPath () : String
private function set TopicPath (value : String)
Property Value
Type: System.String
A string.