Share via


NotificationSecondaryTile.Templates Property

Definition

A dictionary of template names to NotificationTemplate objects to register with the tile.

public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Mobile.Server.Notifications.NotificationTemplate> Templates { get; set; }
member this.Templates : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Mobile.Server.Notifications.NotificationTemplate> with get, set
Public Property Templates As IDictionary(Of String, NotificationTemplate)

Property Value

Applies to