Share via


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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[XmlAttributeAttribute("contentId")]
public string ContentId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[XmlAttributeAttribute("contentId")]
property String^ ContentId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<XmlAttributeAttribute("contentId")>]
member ContentId : string with get, set
<XmlAttributeAttribute("contentId")>
Public Property ContentId As String

Property Value

Type: System.String

See Also

TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top