NotificationInstallation.SecondaryTiles Property

Definition

A dictionary of secondary tile names to NotificationSecondaryTile objects to register with this installation.

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

Property Value

Applies to