Share via


Web.Lists Property

SharePoint Designer Developer Reference

Returns a Lists collection object that represents a collection of all lists in a Web site.

Syntax

expression.Lists

expression   Required. A variable that represents a Web object.

Remarks

A list can be a DocumentLibrary, BasicList, or Survey object.

See Also