FindRange Class

FindRange Class

The range (first desired result and number of results) of the full result set to return. The maximum number of results is 500 (100 when used with the FindServiceSoap.FindAddress method). The default is the first 25 results.


Public Class FindRange Inherits System.Object


[C#]

public class FindRange : System.Object

Public Properties

Name Description
public propertyCount

The number of results to return. The valid range is 1 through 500. The default is 25 results.

public propertyStartIndex

The zero-based array index of the first result to return. The valid range is 0 through 499. The default is 0.

Remarks

See Also

  FindOptions.Range Property   |   FindServiceSoap Class