TileData.TileOrder property
Gets or sets the order of the tile
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TileOrder As Integer
Get
Set
'Usage
Dim instance As TileData
Dim value As Integer
value = instance.TileOrder
instance.TileOrder = value
public int TileOrder { get; set; }
Property value
Type: System.Int32