Share via


ProviderMetadata.LogLinks Vlastnost

Definice

Získá výčet kolekce EventLogLink objektů, z nichž každý představuje odkaz na protokol událostí, který je používán zprostředkovatel událostí.

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

Hodnota vlastnosti

Vrátí výčtovou kolekci EventLogLink objektů.

Atributy

Platí pro

Viz také