ApiServices::Push Property
Gets a PushClient which can be used to send push notifications.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: property PushClient^ Push { virtual PushClient^ get(); virtual void set(PushClient^ value); }
Property Value
Type: Microsoft.WindowsAzure.Mobile.Service.Notifications::PushClient^Returns PushClient.
Show: