Share via


MpnsTileMessage.Title Property

 

Gets or sets the text that displays on the front side of the medium and wide tile sizes.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

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

Return to top