SPList Properties


SPList.Title Property (Microsoft.SharePoint)
Gets or sets the displayed title for the list.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property Title As String
Visual Basic (Usage)
Dim instance As SPList
Dim value As String

value = instance.Title

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

Property Value

A string that contains the title.
See Also

Tags :


Page view tracker