Share via


ListFieldChoice.Required Property

SharePoint Designer Developer Reference

Returns or sets a Boolean that determines whether a field is required.

Syntax

expression.Required

expression   Required. A variable that represents a ListFieldChoice object.

Remarks

If a field is required, it cannot be removed from the parent list.

See Also