Share via


ListFieldChoice.Delete Method

SharePoint Designer Developer Reference

Deletes the list field from the parent list. .

Syntax

expression.Delete

expression   Required. A variable that represents a ListFieldChoice object.

Remarks

Use the ApplyChanges method of the parent list object to apply changes made to the list.

See Also