SPView.Title property
取得或設定檢視的顯示名稱。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Title As String
Get
Set
'用途
Dim instance As SPView
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property value
Type: System.String
字串,包含顯示名稱。