ExpandSegment.MaxResultsExpected Property

Definition

Gets the maximum number of results expected.

public:
 property int MaxResultsExpected { int get(); };
public int MaxResultsExpected { get; }
member this.MaxResultsExpected : int
Public ReadOnly Property MaxResultsExpected As Integer

Property Value

The integer value that indicates maximum number of results.

Remarks

To enable the data service to detect a failure to meet this constraint, expand providers should return no more than MaxResultsExpected + 1 elements.

Applies to