다음을 통해 공유


EventLogInformation.IsLogFull 속성

정의

로그 파일이 최대 크기에 도달하여 가득 찼는지 여부를 결정하는 부울 값을 가져옵니다.

public:
 property Nullable<bool> IsLogFull { Nullable<bool> get(); };
public bool? IsLogFull { get; }
member this.IsLogFull : Nullable<bool>
Public ReadOnly Property IsLogFull As Nullable(Of Boolean)

속성 값

로그가 가득 찼으면 true를, 그렇지 않으면 false를 반환합니다.

적용 대상

추가 정보