Share via


GetUserProfileByIndexResult.NextValue property

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

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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

GetUserProfileByIndexResult members

WebSvcUserProfileService namespace