SearchCriteriaPageSize Property
The specifies the number of results per page that should be returned.
Syntax
int GetSearchCriteriaPageSize();
int SetSearchCriteriaPageSize(int iSearchCriteriaPageSize);
Default Value
20
Remarks
The specifies the number of results per page that should be returned. This property is required to be set (valid values are between 1 and 100). The default value is '20'.
Data Type
Integer