Share via


PushClient.HubClient Property

 

Gets or sets the NotificationHubClient to use for sending notifications.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public virtual NotificationHubClient HubClient { get; set; }
public:
property NotificationHubClient^ HubClient {
    virtual NotificationHubClient^ get();
    virtual void set(NotificationHubClient^ value);
}
abstract HubClient : NotificationHubClient with get, set
override HubClient : NotificationHubClient with get, set
Public Overridable Property HubClient As NotificationHubClient

Property Value

Type: Microsoft.ServiceBus.Notifications.NotificationHubClient

See Also

PushClient Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top