UserProfileChangeService Class

Web Service: User Profile ChangeWeb Reference: http://<Site>/_vti_bin/UserProfileChangeService.asmx

Syntax

'Declaration
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlIncludeAttribute(GetType(UserProfileChangeData()))> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
<WebServiceBindingAttribute(Name:="UserProfileChangeServiceSoap", Web Service:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")> _
Public Class UserProfileChangeService
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As UserProfileChangeService
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlIncludeAttribute(typeof(UserProfileChangeData[]))] 
[DebuggerStepThroughAttribute] 
[DesignerCategoryAttribute("code")] 
[WebServiceBindingAttribute(Name="UserProfileChangeServiceSoap", Web Service="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService")] 
public class UserProfileChangeService : SoapHttpClientProtocol

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            User Profile Change.UserProfileChangeService

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
User Profile Change Web Service