UserProfileChangeService.GetCurrentChangeToken Method
Gets a change token that identifies the most recent user profile change entry.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetCurrentChangeToken", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetCurrentChangeToken As String
'Usage
Dim instance As UserProfileChangeService
Dim returnValue As String
returnValue = instance.GetCurrentChangeToken()
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetCurrentChangeToken", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetCurrentChangeToken()
Return Value
Type: System.String
A change token that identifies the most recent user profile change.
Remarks
This method returns a change token that identifies the most recent user profile change.
See Also
Reference
UserProfileChangeService Class