_sListMetadata.Title Field

A string representing 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 _sListMetadata
Dim value As String

value = instance.Title

instance.Title = value
public string Title

Remarks

Titles encapsulate the function of the entire list. A user that requires more information to understand the purpose of the list may be in need of a description instead. For example, the title of a list might be “Actions”, but the items grouped together in an action list might include “Edit”, “Export”, “Open”, “View”, and “Alert”.

See Also

Reference

_sListMetadata Structure

_sListMetadata Members

SiteData Web Service

Description