TileData.ID property
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.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