UserProfileService.GetUserProfileByIndex Method
This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding UserProfileService Web service member instead.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
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)
[WebMethodAttribute]
public GetUserProfileByIndexResult GetUserProfileByIndex(
int index
)
Parameters
- index
Type: System.Int32
Return Value
Type: Microsoft.Office.Server.UserProfiles.GetUserProfileByIndexResult