OPC Studio User's Guide and Reference
IsValid Property (UATwoStateDiscreteNode)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UATwoStateDiscreteNode Class : IsValid Property
Determines whether the current value of the node is valid. Determines whether the current value of the node is valid.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overrides ReadOnly Property IsValid As Boolean
 
'Usage
 
Dim instance As UATwoStateDiscreteNode
Dim value As Boolean
 
value = instance.IsValid
Remarks
Always returns true.
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