TileData.Title property
取得或設定並排顯示標題。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Title As String
Get
Set
'用途
Dim instance As TileData
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property value
Type: System.String