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)

public:
property PushClient^ Push {
	virtual PushClient^ get();
	virtual void set(PushClient^ value);
}
Return to top
Show: