ProfileBaseChangeQuery class

Represents a base type used to query the user profile change entries log.

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")> _
<XmlIncludeAttribute(GetType(UserProfileChangeQuery))> _
Public Class ProfileBaseChangeQuery
'Usage
Dim instance As ProfileBaseChangeQuery
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")]
[XmlIncludeAttribute(typeof(UserProfileChangeQuery))]
public class 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

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace