ProviderMetadata.LogLinks Propriedade

Definição

Obtém uma coleção enumerável de EventLogLink objetos, cada um dos quais representa um link para um registo de eventos utilizado pelo fornecedor de eventos.

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 { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
member this.LogLinks : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink>
Public ReadOnly Property LogLinks As IList(Of EventLogLink)

Valor de Propriedade

Devolve uma coleção enumerável de EventLogLink objetos.

Atributos

Aplica-se a

Ver também