EventRecord.LogName Proprietà

Definizione

Ottiene il nome del log eventi nel quale viene registrato l'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

Valore della proprietà

Restituisce una stringa con il nome del log eventi contenente questo evento.

Si applica a

Vedi anche