Gets or sets the pagination token.

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

Syntax

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

Field Value

The pagination token.

Remarks

Set to the value obtained from PaginationToken to retrieve the next page of results.

See Also