NotificationHub::SecondaryTiles Property
Gets or sets the NotificationHub methods for secondary tiles.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public: property IDictionary<String^, NotificationHub^>^ SecondaryTiles { IDictionary<String^, NotificationHub^>^ get(); void set(IDictionary<String^, NotificationHub^>^ value); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, NotificationHub^>^The list of secondary tiles.
Show: