Share via


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

See Also

Reference

UserProfileChangeQuery Class

UserProfileChangeQuery Members

UserProfileChangeQuery Overload

Microsoft.Office.Server.UserProfiles Namespace