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



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _ValueArrayResult Interface : Diagnostics Property
Diagnostics information (such as warnings) assembled during the operation.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property Diagnostics As ExceptionCollection
 
'Usage
 
Dim instance As _ValueArrayResult
Dim value As ExceptionCollection
 
instance.Diagnostics = value
 
value = instance.Diagnostics
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