QuickOPC 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. 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
[DefaultValue(true)]
public override bool IsValid {get;}
[DefaultValue(true)]
public:
property bool IsValid {
   bool get() override;
}
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