Share via


FlipTile.BackContent Property

 

Gets or sets the text to display on the back of the tile, above the title. If this property is an empty string, the content 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 BackContent { get; set; }
public:
property String^ BackContent {
    String^ get();
    void set(String^ value);
}
member BackContent : string with get, set
Public Property BackContent As String

Property Value

Type: System.String

The text to display on the back of the tile, above the title.

See Also

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

Return to top