Subscription::TopicPath Property

 

Gets the path of the topic that this subscription belongs to.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property String^ TopicPath {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

The path of the topic that this subscription belongs to.

Return to top
Show: