Share via


SPWebListInfo.Title property

Title of the SharePoint List or Web site.

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

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.

See also

Reference

SPWebListInfo class

SPWebListInfo members

Microsoft.SharePoint namespace