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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UATwoStateDiscreteNode Class : FalseState Property
Contains a string to be associated with this DataItem when it is FALSE.
Syntax
'Declaration
 
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")>
<NotNullAttribute()>
<UANodeAttribute(".[FalseState]")>
<UADataAttribute()>
Public Property FalseState As String
 
'Usage
 
Dim instance As UATwoStateDiscreteNode
Dim value As String
 
instance.FalseState = value
 
value = instance.FalseState

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

Remarks

This is typically used for a contact when it is in the open (zero) state.

e.g. "STOP", "OPEN", "DISABLE", "UNSAFE“, etc.

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