EventMetadata.LogLink Property

Definition

Gets a link to the event log that receives this event when the provider publishes this event.

public:
 property System::Diagnostics::Eventing::Reader::EventLogLink ^ LogLink { System::Diagnostics::Eventing::Reader::EventLogLink ^ get(); };
public System.Diagnostics.Eventing.Reader.EventLogLink LogLink { get; }
member this.LogLink : System.Diagnostics.Eventing.Reader.EventLogLink
Public ReadOnly Property LogLink As EventLogLink

Property Value

A link to the event log.

Applies to

See also