다음을 통해 공유


DirectoryVirtualListView.BeforeCount 속성

정의

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

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

속성 값

클라이언트가 서버에게 요청하는 대상 엔트리 이전의 엔트리 수를 나타내는 정수 값입니다.

특성

예외

BeforeCount 속성이 0보다 작은 값으로 설정된 경우

적용 대상