ApiServices.Push Property

 

Gets a PushClient which can be used to send push notifications.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.Notifications.PushClient

Returns PushClient.

See Also

ApiServices Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top