SPWebListInfo.Title Property
Title of the SharePoint List or Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property Title As String
Get
Private Set
'Usage
Dim instance As SPWebListInfo
Dim value As String
value = instance.Title
public string Title { get; private set; }
Property Value
Type: System.String
A String representation of the title of the SharePoint List or Web site.