Share via


Webs.Item Property

SharePoint Designer Developer Reference

Returns an individual Web site in a collection.

Syntax

expression.Item(Index)

expression   Required. A variable that represents a Webs collection.

Parameters

Name Required/Optional Data Type Description
Index Required Variant The name or ordinal value of the object within the collection. Index starts at zero.

See Also