SearchRequest.SizeLimit 속성

정의

이 속성에는 SizeLimit 검색 요청에 반환된 최대 개체 수가 포함됩니다.

public:
 property int SizeLimit { int get(); void set(int value); };
public int SizeLimit { get; set; }
member this.SizeLimit : int with get, set
Public Property SizeLimit As Integer

속성 값

검색 요청에 반환된 최대 개체 수입니다.

예외

값이 0보다 작습니다.

적용 대상