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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: [XmlAttributeAttribute("id")] property int Id { [CompilerGeneratedAttribute] int get(); [CompilerGeneratedAttribute] void set(int value); }
Property Value
Type: System::Int32
Show: