DirectoryVirtualListView.AfterCount 속성

정의

클라이언트가 서버에서 요청하는 대상 항목 이후의 항목 수를 나타내는 값을 가져오거나 설정합니다.

public:
 property int AfterCount { int get(); void set(int value); };
public int AfterCount { get; set; }
[System.DirectoryServices.DSDescription("DSAfterCount")]
public int AfterCount { get; set; }
member this.AfterCount : int with get, set
[<System.DirectoryServices.DSDescription("DSAfterCount")>]
member this.AfterCount : int with get, set
Public Property AfterCount As Integer

속성 값

클라이언트가 서버에서 요청하는 대상 항목 이후의 항목 수를 나타내는 정수 값입니다.

특성

예외

속성이 AfterCount 0보다 작은 값으로 설정됩니다.

적용 대상