Share via


UserProfileChangeQuery constructor (Boolean, Boolean)

Initializes a new instance of the UserProfileChangeQuery class.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

UserProfileChangeQuery overload

Microsoft.Office.Server.UserProfiles namespace