Share via


FlipTile.BackTitle Property

 

Gets or sets the title to display at the bottom of the back of the tile. If this property is an empty string, the title on the back of the tile will not change during an update.

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

Syntax

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

Property Value

Type: System.String

The title to display at the bottom of the back of the tile.

See Also

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

Return to top