OPC Studio User's Guide and Reference
EntryType Property (LogEntryEventArgs)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace > LogEntryEventArgs Class : EntryType Property
Entry type. One of the LogEntryType values.
Syntax
'Declaration
 
Public Property EntryType As LogEntryType
 
'Usage
 
Dim instance As LogEntryEventArgs
Dim value As LogEntryType
 
instance.EntryType = value
 
value = instance.EntryType

Property Value

The default value of this property is Information (LogEntryType.Information).

Remarks
Specifies the type of log entry.
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