Share via


_sList.Title field

A string specifying the title of the list.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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”.

See also

Reference

_sList structure

_sList members

WebSvcSiteData namespace

Description