QuickOPC User's Guide and Reference
BadNotFound Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadNotFound Field
A requested item was not found or a search operation ended without success.
Syntax
'Declaration
 
Public Const BadNotFound As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadNotFound
public const int BadNotFound
public:
const int BadNotFound
Remarks

Numeric value: 32830 (0x803E)

Status code: 2151546880 (0x803E0000)

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