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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.