QuickOPC User's Guide and Reference
NormalizedDiagnostics Property (OperationEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationEventArgs Class : NormalizedDiagnostics Property
A normalized Diagnostics collection.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<IsValueEvidentAttribute(True)>
Public ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
'Usage
 
Dim instance As OperationEventArgs
Dim value As NormalizedExceptionCollection
 
value = instance.NormalizedDiagnostics
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[IsValueEvident(true)]
public NormalizedExceptionCollection NormalizedDiagnostics {get;}
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[IsValueEvident(true)]
public:
property NormalizedExceptionCollection^ NormalizedDiagnostics {
   NormalizedExceptionCollection^ get();
}
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