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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UATwoStateDiscreteNode Class : IsValid Property
Determines whether the current value of the node is valid.
Syntax
'Declaration
 
Public Overrides ReadOnly Property IsValid As Boolean
'Usage
 
Dim instance As UATwoStateDiscreteNode
Dim value As Boolean
 
value = instance.IsValid
public override bool IsValid {get;}
public:
property bool IsValid {
   bool get() override;
}

Property Value

The default value of this property is True.

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