SPWebInfo.Title property
網站的標題。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Title As String
Get
'用途
Dim instance As SPWebInfo
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String
代表網站的標題String 。