共用方式為


SPWebListInfo.Title property

SharePoint 清單或網站的標題。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property Title As String
    Get
    Private Set
'用途
Dim instance As SPWebListInfo
Dim value As String

value = instance.Title
public string Title { get; private set; }

Property value

Type: System.String
String 的表示 SharePoint 清單或網站的標題。

請參閱

參照

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace