다음을 통해 공유


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보다 작은 값으로 설정된 경우

적용 대상