SPList.Title Property

Gets or sets the displayed title for the list.

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

Syntax

Public Property Title As String
    Get
    Set

Dim instance As SPList
Dim value As String

value = instance.Title

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

Property Value

Type: System.String
A string that contains the title.

See Also

Reference

SPList Class

SPList Members

Microsoft.SharePoint Namespace