Share via


MpnsPushMessage.XmlPayload Property

 

As an alternative to building the notification programmatically using a CycleTile, FlipTileIconicTile, or Toast (defined in the Notifications namespace), it is possible to provide a complete XML 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 XmlPayload {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ XmlPayload {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member XmlPayload : string with get, set
Public Property XmlPayload As String

Property Value

Type: System.String

Returns String.

See Also

MpnsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top