Gets or sets the displayed title for the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property Title As String
Dim instance As SPList
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property Value
A string that contains the title.