Share via


ApplePushMessage.ToString Method ()

 

Provides a JSON encoded representation of this ApplePushMessage

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A JSON encoded string.

See Also

ApplePushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top