Sdílet prostřednictvím


EventLogReader.LogStatus Vlastnost

Definice

Získá stav každého protokolu událostí nebo souboru protokolu přidruženého k dotazu události v tomto objektu.

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)

Hodnota vlastnosti

Vrátí seznam EventLogStatus objektů, z nichž každý obsahuje informace o stavu protokolu událostí přidruženého k dotazu události v tomto objektu.

Atributy

Platí pro

Viz také