Gets user profile property information by index.
Web Service: User Profile
Web Reference: http://<Site>/_vti_bin/UserProfileService.asmx
Visual Basic (Declaration)
<SoapDocumentMethodAttribute("http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace:="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace:="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserProfileByIndex ( _
index As Integer _
) As GetUserProfileByIndexResult
Dim instance As UserProfileService
Dim index As Integer
Dim returnValue As GetUserProfileByIndexResult
returnValue = instance.GetUserProfileByIndex(index)
[SoapDocumentMethodAttribute("http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByIndex", RequestNamespace="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService", ResponseNamespace="http://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.