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)
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.