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)

public:
[XmlAttributeAttribute("id")]
property int Id {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: