Registration.NotificationHubPath Property

 

Gets the notification hub path.

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

Syntax

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

Property Value

Type: System.String

The notification hub path.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top