ApplePushMessage::JsonPayload Property

 

As an alternative to building the notification by initializing the ApplePushMessage directly, it is possible to provide a complete JSON representation which will be sent to the Notification Hub unaltered.

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

public:
property String^ JsonPayload {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: