EventLogStatus.LogName Property

Definition

Gets the name of the event log for which the status code is obtained.

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

Property Value

The name of the event log for which the status code is obtained.

Applies to

See also