EventLogRecord.ContainerLog Property

Definition

Gets the name of the event log or the event log file in which the event is stored.

public:
 property System::String ^ ContainerLog { System::String ^ get(); };
public string ContainerLog { get; }
member this.ContainerLog : string
Public ReadOnly Property ContainerLog As String

Property Value

Returns a string that contains the name of the event log or the event log file in which the event is stored.

Applies to

See also