Share via


MpnsPushMessage.ToString Method ()

 

Provides an XML representation of the MpnsPushMessage instance.

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

Returns String.

See Also

MpnsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top