EventLogInformation.IsLogFull Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that determines whether the log file has reached its maximum size (the log is full).
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)
Property Value
Returns true
if the log is full, and returns false
if the log is not full.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.