Share via


TileText.Id Property

 

The text element in the tile template that this text is intended for. If a template has only one text element, then this value is 1. The number of available text positions is based on the template definition.

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

Syntax

[XmlAttributeAttribute("id")]
public int Id {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[XmlAttributeAttribute("id")]
property int Id {
    [CompilerGeneratedAttribute]
    int get();
    [CompilerGeneratedAttribute]
    void set(int value);
}
[<XmlAttributeAttribute("id")>]
member Id : int with get, set
<XmlAttributeAttribute("id")>
Public Property Id As Integer

Property Value

Type: System.Int32

See Also

TileText Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top