SPQuery.ItemIdQuery Property
Gets or sets a Boolean value that specifies whether query selectivity is based on list item ID.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property ItemIdQuery As Boolean
Get
Set
'Usage
Dim instance As SPQuery
Dim value As Boolean
value = instance.ItemIdQuery
instance.ItemIdQuery = value
public bool ItemIdQuery { get; set; }
Property Value
Type: System.Boolean
true to specify that the query is based on list item ID; otherwise, false.