In element (Query)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies whether the value of a list item for the field specified by the FieldRef element is equal to one of the values specified by the Values element.
<In>
<FieldRef Name = "Field_Name"/>
<Values> <Value Type = "Field_Type"/>
</Values> <XML />
</In>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
Parent elements
Occurrences
- Minimum: 0
- Maximum: Unbounded
Remarks
The In element does not support the use of negation operators such as Neq or NotIncludes.