UserProfileChangeQuery Constructor (Boolean, Boolean)
Initializes a new instance of the UserProfileChangeQuery class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
AllChangeObjectTypes As Boolean, _
AllChangeTypes As Boolean _
)
'Usage
Dim AllChangeObjectTypes As Boolean
Dim AllChangeTypes As Boolean
Dim instance As New UserProfileChangeQuery(AllChangeObjectTypes, _
AllChangeTypes)
public UserProfileChangeQuery(
bool AllChangeObjectTypes,
bool AllChangeTypes
)
Parameters
- AllChangeObjectTypes
Type: System.Boolean
- AllChangeTypes
Type: System.Boolean
See Also
Reference
UserProfileChangeQuery Members