UserProfileChangeService.GetUserCurrentChangeToken Method
This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding UserProfileChangeService class member websvcUserProfileChangeService namespace instead.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetUserCurrentChangeToken ( _
userAccountName As String _
) As String
'Usage
Dim instance As UserProfileChangeService
Dim userAccountName As String
Dim returnValue As String
returnValue = instance.GetUserCurrentChangeToken(userAccountName)
[WebMethodAttribute]
public string GetUserCurrentChangeToken(
string userAccountName
)
Parameters
- userAccountName
Type: System.String
..
Return Value
Type: System.String
See Also
Reference
UserProfileChangeService Class