Share via


WindowsPushMessage.ToString Method ()

 

Provides an XML representation of the WindowsPushMessage 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

See Also

WindowsPushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top