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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.