NotificationInstallation.SecondaryTiles 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 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)