Share via


MpnsMessage.TileId Property

 

Gets or sets the id of the tile.

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

Syntax

protected string TileId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
protected:
property String^ TileId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member TileId : string with get, set
Protected Property TileId As String

Property Value

Type: System.String

Returns String.

See Also

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

Return to top