TileData.ID property
取得或設定並排顯示識別碼。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ID As Integer
Get
Set
'用途
Dim instance As TileData
Dim value As Integer
value = instance.ID
instance.ID = value
public int ID { get; set; }
Property value
Type: System.Int32