OrganizationProfileChangeQuery constructor (Boolean, Boolean)

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub New ( _
    AllChangeObjectTypes As Boolean, _
    AllChangeTypes As Boolean _
)
'Usage
Dim AllChangeObjectTypes As Boolean
Dim AllChangeTypes As Boolean

Dim instance As New OrganizationProfileChangeQuery(AllChangeObjectTypes, _
    AllChangeTypes)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationProfileChangeQuery(
    bool AllChangeObjectTypes,
    bool AllChangeTypes
)

Parameters

See also

Reference

OrganizationProfileChangeQuery class

OrganizationProfileChangeQuery members

OrganizationProfileChangeQuery overload

Microsoft.Office.Server.UserProfiles namespace