QuickOPC User's Guide and Reference
EntryType Property (LogEntryEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace > LogEntryEventArgs Class : EntryType Property
Entry type. One of the LogEntryType values.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property EntryType As LogEntryType
'Usage
 
Dim instance As LogEntryEventArgs
Dim value As LogEntryType
 
instance.EntryType = value
 
value = instance.EntryType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public LogEntryType EntryType {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property LogEntryType EntryType {
   LogEntryType get();
   void set (    LogEntryType value);
}
Remarks
Specifies the type of a 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