GetUserProfileByIndexResult.NextValue Property

Gets or sets the name of the next user profile index (record ID) value.

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

Syntax

'Declaration
Public Property NextValue As String
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As String

value = instance.NextValue

instance.NextValue = value
public string NextValue { get; set; }

Property Value

The name of the next user profile index (record ID) value.

Remarks

A value of –1 signifies that the index is empty.

See Also

Reference

GetUserProfileByIndexResult Class
GetUserProfileByIndexResult Members
User Profile Web Service