Share via


ContributorGroups.Item Property

SharePoint Designer Developer Reference

Returns a ContributorGroup object that represents an individual object in the collection. Read-only.

Syntax

expression.Item(Index)

expression   An expression that returns a ContributorGroups object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant The ordinal position of the individual object within the collection.

Return Value
ContributorGroup

See Also