TileBinding.ContentId Property
Set to a sender-defined string that uniquely identifies the content of the notification. This prevents duplicates in the situation where a large tile template is displaying the last three wide tile notifications.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
[XmlAttributeAttribute("contentId")] public string ContentId { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
Property Value
Type: System.String
Show: