EventLogReader.LogStatus 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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.