SPADOperationsScope constructor (Boolean)
Initializes a new instance of the [SPADOperationsScope] class.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
includeUnlicencedUsers As Boolean _
)
'Usage
Dim includeUnlicencedUsers As Boolean
Dim instance As New SPADOperationsScope(includeUnlicencedUsers)
public SPADOperationsScope(
bool includeUnlicencedUsers
)
Parameters
- includeUnlicencedUsers
Type: System.Boolean