ContentIterator.StrictQuerySemantics Property

Gets or sets whether the query should follow strict query semantics.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property StrictQuerySemantics As Boolean
    Get
    Set
'Usage
Dim instance As ContentIterator
Dim value As Boolean

value = instance.StrictQuerySemantics

instance.StrictQuerySemantics = value
public bool StrictQuerySemantics { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

If set to true, this property indicates that the query enforces query row limit and query width, even for administrators.

The default value is to follow strict query semantics, and Microsoft highly recommendeds this setting because it prevents common coding mistakes when working with large lists.

See Also

Reference

ContentIterator Class

ContentIterator Members

Microsoft.Office.Server.Utilities Namespace