UserProfileService.GetUserProfileByIndex Method

Gets user profile property information by index.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserProfileByIndex ( _
    index As Integer _
) As GetUserProfileByIndexResult
'Usage
Dim instance As UserProfileService
Dim index As Integer
Dim returnValue As GetUserProfileByIndexResult

returnValue = instance.GetUserProfileByIndex(index)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public GetUserProfileByIndexResult GetUserProfileByIndex (
    int index
)

Parameters

  • index

Return Value

Microsoft.Office.Server.UserProfiles.GetUserProfileByIndexResult object that contains the user profile property information.

See Also

Reference

UserProfileService Class
UserProfileService Members
User Profile Web Service