_sList.Title Field
A string specifying the title of the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public Title As String
'Usage
Dim instance As _sList
Dim value As String
value = instance.Title
instance.Title = value
public string Title
Remarks
There is no SharePoint-dependent limit to the length of the title string; however, titles tend to be single-word descriptions that encapsulate the function of the entire list. Some descriptions are not personalizable by the user of the site.
Examples
If the function of a list is to upload document(s) to the document library within a SharePoint site, the list Title might be “Upload”, and descriptions for its items might be “Upload a single document”, and “Upload multiple documents”.