Registration.NotificationHubPath Property

 

Gets or sets the notification hub path.

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

Syntax

[IgnoreDataMemberAttribute]
public string NotificationHubPath { get; set; }
public:
[IgnoreDataMemberAttribute]
property String^ NotificationHubPath {
    String^ get();
    void set(String^ value);
}
[<IgnoreDataMemberAttribute>]
member NotificationHubPath : string with get, set
<IgnoreDataMemberAttribute>
Public Property NotificationHubPath As String

Property Value

Type: System.String

The notification hub path.

See Also

Registration Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top