Gets or sets the pagination token.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string PaginationToken { get; internal set; }
Visual Basic
Public Property PaginationToken As String
	Get
	Friend Set
Visual C++
public:
property String^ PaginationToken {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The pagination token.

Remarks

Pass this token on the next select request to get the next page of results.

See Also