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)
Syntax
public string JsonPayload {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ JsonPayload {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member JsonPayload : string with get, set
Public Property JsonPayload As String
Property Value
Type: System.String
See Also
ApplePushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top