SPQuery.IncludeAllUserPermissions property
Gets or sets a Boolean value that specifies whether the query returns security information, including access control lists and scopes.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IncludeAllUserPermissions As Boolean
Get
Set
'Usage
Dim instance As SPQuery
Dim value As Boolean
value = instance.IncludeAllUserPermissions
instance.IncludeAllUserPermissions = value
public bool IncludeAllUserPermissions { get; set; }
Property value
Type: System.Boolean
true to specify that the query return security information, including access control lists and scopes; otherwise, false.