UserProfileChangeService Class

This class and its members are reserved for internal use and are not intended to be used in your code. Use the corresponding class in the websvcUserProfileChangeService namespace instead.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.Office.Server.UserProfiles.UserProfileChangeService

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

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class UserProfileChangeService _
    Inherits WebService
'Usage
Dim instance As UserProfileChangeService
[WebServiceAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class UserProfileChangeService : WebService

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

UserProfileChangeService Members

Microsoft.Office.Server.UserProfiles Namespace