EventLogReader.LogStatus Property

Definition

Gets the status of each event log or log file associated with the event query in this object.

public:
 property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventLogStatus ^> ^ LogStatus { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventLogStatus ^> ^ get(); };
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus> LogStatus { get; }
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus> LogStatus { [System.Security.SecurityCritical] get; }
member this.LogStatus : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus>
[<get: System.Security.SecurityCritical>]
member this.LogStatus : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus>
Public ReadOnly Property LogStatus As IList(Of EventLogStatus)

Property Value

Returns a list of EventLogStatus objects that each contain status information about an event log associated with the event query in this object.

Attributes

Applies to

See also