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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationResult Class : NormalizedDiagnostics Property
A normalized Diagnostics collection.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DataMemberAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=False, ShortName="Normalized Diagnostics")>
<ElementsNotNullAttribute()>
Public ReadOnly Property NormalizedDiagnostics As NormalizedExceptionCollection
'Usage
 
Dim instance As OperationResult
Dim value As NormalizedExceptionCollection
 
value = instance.NormalizedDiagnostics
[ColumnDisplay(2)]
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, ShortName="Normalized Diagnostics")]
[ElementsNotNull()]
public NormalizedExceptionCollection NormalizedDiagnostics {get;}
[ColumnDisplay(2)]
[DataMember()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, ShortName="Normalized Diagnostics")]
[ElementsNotNull()]
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