GetUserProfileByIndexResult.NextValue Property
Gets or sets the value of the next user profile index (record ID).
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property NextValue As String
Get
Set
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As String
value = instance.NextValue
instance.NextValue = value
public string NextValue { get; set; }
Property Value
Type: System.String
The value of the next user profile index (record ID).
Remarks
A value of –1 signifies that the index is empty.
See Also
Reference
GetUserProfileByIndexResult Class