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