Share via


MpnsTileMessage.Id Property

 

Gets or sets the optional ID or the tile.

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

Syntax

public string Id { get; set; }
public:
property String^ Id {
    String^ get();
    void set(String^ value);
}
member Id : string with get, set
Public Property Id As String

Property Value

Type: System.String

Returns String.

See Also

MpnsTileMessage Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top