EventRecord.LogName Propiedad

Definición

Obtiene el nombre del registro de eventos donde está registrado este evento.

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

Valor de propiedad

Devuelve una cadena que contiene el nombre del registro de eventos que contiene este evento.

Se aplica a

Consulte también