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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationEventArgs Class : Diagnostics Property
Diagnostics information (such as warnings) assembled during the operation.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<XmlIgnoreAttribute()>
Public Property Diagnostics As ExceptionCollection
'Usage
 
Dim instance As OperationEventArgs
Dim value As ExceptionCollection
 
instance.Diagnostics = value
 
value = instance.Diagnostics
[ElementsNotNull()]
[XmlIgnore()]
public ExceptionCollection Diagnostics {get; set;}
[ElementsNotNull()]
[XmlIgnore()]
public:
property ExceptionCollection^ Diagnostics {
   ExceptionCollection^ get();
   void set (    ExceptionCollection^ value);
}
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