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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _ValueArrayResult Interface : NormalizedDiagnostics Property
A normalized Diagnostics collection.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
'Usage
 
Dim instance As _ValueArrayResult
Dim value As NormalizedExceptionCollection
 
value = instance.NormalizedDiagnostics
[ElementsNotNull()]
[NotNull()]
NormalizedExceptionCollection NormalizedDiagnostics {get;}
[ElementsNotNull()]
[NotNull()]
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