TileData.ID property

Gets or sets the tile ID.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ID As Integer
    Get
    Set
'Usage
Dim instance As TileData
Dim value As Integer

value = instance.ID

instance.ID = value
public int ID { get; set; }

Property value

Type: System.Int32

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.WebPartPages namespace