OPC Studio User's Guide and Reference
DefaultEntryType Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace > LogEntryEventArgs Class : DefaultEntryType Field
The default event log entry type. Equals to LogEntryType.Information.

The value of this constant is LogEntryType.Information.

Syntax
'Declaration
 
Public Const DefaultEntryType As LogEntryType
'Usage
 
Dim value As LogEntryType
 
value = LogEntryEventArgs.DefaultEntryType
public const LogEntryType DefaultEntryType
public:
const LogEntryType DefaultEntryType
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also