Share via


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)

Syntax

public string TopicPath { get; private set; }
public:
property String^ TopicPath {
    String^ get();
    private: void set(String^ value);
}
member TopicPath : string with get, private set
Public Property TopicPath As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The path of the topic that this subscription belongs to.

See Also

Subscription Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top