Topic.Path Property

 

Gets the name of the path.

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

Syntax

public string Path { get; set; }
public:
property String^ Path {
    String^ get();
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

The name of the path.

See Also

Topic Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top