EventLogLink Class

Definition

Represents a link between an event provider and an event log that the provider publishes events into. This object cannot be instantiated.

public ref class EventLogLink sealed
public sealed class EventLogLink
type EventLogLink = class
Public NotInheritable Class EventLogLink
Inheritance
EventLogLink

Properties

DisplayName

Gets the localized name of the event log.

IsImported

Gets a Boolean value that determines whether the event log is imported, rather than defined in the event provider. An imported event log is defined in a different provider.

LogName

Gets the non-localized name of the event log associated with this object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also