_sList.Description Field
A string specifying the description of the list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public Description As String
'Usage
Dim instance As _sList
Dim value As String
value = instance.Description
instance.Description = value
public string Description
Remarks
A little longer than the title, the human-language description defines the purpose of the list and its title to both the implementer and the user of the web site. Some descriptions are not personalizable by the user of the site.
Examples
If the Title of a list is “Upload”, a description might be “Upload documents to this document library”.