'Usage
Dim instance As UserProfileService
Dim index As Integer
Dim returnValue As GetUserProfileByIndexResult
returnValue = instance.GetUserProfileByIndex(index)
'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