DSQuery.startPosition property
Gets or sets a string that identifies the beginning of the next page when paging is supported by the data retrieval service.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property startPosition As String
Get
Set
'Usage
Dim instance As DSQuery
Dim value As String
value = instance.startPosition
instance.startPosition = value
public string startPosition { get; set; }
Property value
Type: System.String
A string that identifies the beginning of the next page.
Remarks
Paging can be started by setting the startPosition property to an empty string ("") and setting the RowLimit property to the size of the page you want. In this case the data payload contains an XML string within a pagingInfo element. Set the startPosition property to this XML string and execute the query again to get the next page.