NotificationInstallation.Templates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dictionary of template names to NotificationTemplate objects.
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)