EventLogQuery.ReverseDirection 속성

정의

이벤트 로그의 최신 이벤트에서 로그의 가장 오래된 이벤트로 이벤트를 읽을지 여부를 결정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool ReverseDirection { bool get(); void set(bool value); };
public bool ReverseDirection { get; set; }
member this.ReverseDirection : bool with get, set
Public Property ReverseDirection As Boolean

속성 값

true 로그의 최신 이벤트에서 가장 오래된 이벤트로 이벤트를 읽는 경우를 반환하고 로그의 가장 오래된 이벤트에서 최신 이벤트로 이벤트를 읽는 경우를 반환 false 합니다.

설명

기본값은 false입니다.

적용 대상