ProviderMetadata.LogLinks Property

Definition

Gets an enumerable collection of EventLogLink objects, each of which represent a link to an event log that is used by the event provider.

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)

Property Value

Returns an enumerable collection of EventLogLink objects.

Attributes

Applies to

See also