Share via


ContributorGroup.SetSetting Method

SharePoint Designer Developer Reference

Sets the value for each setting in the ContributorSetting object.

Syntax

expression.SetSetting(Setting, pVal)

expression   An expression that returns a ContributorGroup object.

Parameters

Name Required/Optional Data Type Description
Setting Required ContributorSetting An individual setting constant. For a complete list, see the ContributorSetting Enumeration topic.
pVal Required Variant Integer containing the value.

Return Value
Nothing

See Also