Share via


MpnsMessage.Template Property

 

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

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

Return to top