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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.OperationModel.ComTypes Namespace > _EasyUADataSetMessageEventArgs Interface : Diagnostics Property
Diagnostics information (such as warnings) assembled during the operation.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property Diagnostics As ExceptionCollection
'Usage
 
Dim instance As _EasyUADataSetMessageEventArgs
Dim value As ExceptionCollection
 
instance.Diagnostics = value
 
value = instance.Diagnostics
[ElementsNotNull()]
[NotNull()]
ExceptionCollection Diagnostics {get; set;}
[ElementsNotNull()]
[NotNull()]
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