FieldMultiChoice class
SharePoint Online
Specifies a field that contains one or more values from a set of specified values.
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldMultiChoice
Microsoft.SharePoint.Client.FieldChoice
Microsoft.SharePoint.Client.FieldRatingScale
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldMultiChoice
Microsoft.SharePoint.Client.FieldChoice
Microsoft.SharePoint.Client.FieldRatingScale
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
The field value for the SPFieldMultiChoice class is contained in the SPFieldMultiChoiceValue class. For information about creating custom field value classes, see Custom Field Value Classes.
If you set properties of the SPFieldMultiChoice class, you must call the Update method for the changes to take effect in the database.
The SPFieldMultiChoice class corresponds to the MultiChoice data type that is specified through the Type attribute of the Field element.
Notes to inheritorsIn SharePoint Foundation, columns based on custom field types are read-only in Datasheet view.
Show: