UserProfileChangeQuery class

Describes filter criteria for retrieving user profile change entries.

Inheritance hierarchy

System.Object
  WebSvcUserProfileChangeService.ProfileBaseChangeQuery
    WebSvcUserProfileChangeService.UserProfileChangeQuery

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")> _
Public Class UserProfileChangeQuery _
    Inherits ProfileBaseChangeQuery
'Usage
Dim instance As UserProfileChangeQuery
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")]
public class UserProfileChangeQuery : ProfileBaseChangeQuery

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace