Share via


_sList.Description field

A string specifying the description of the list.

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

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

See also

Reference

_sList structure

_sList members

WebSvcSiteData namespace

Description