TileImage.Id Property
The image element in the tile template that this image is intended for. If a template has only one image, then this value is 1. The number of available image 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
TileImage Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top