QuickOPC User's Guide and Reference
FalseState Property (UATwoStateDiscreteNode)



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
 
<DefaultValueAttribute("")>
<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
[DefaultValue("")]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")]
[NotNull()]
[UANode(".[FalseState]")]
[UAData()]
public string FalseState {get; set;}
[DefaultValue("")]
[MappingTag("OpcLabs.EasyOpc.UA.InformationModel.MandatoryProperty")]
[NotNull()]
[UANode(".[FalseState]")]
[UAData()]
public:
property String^ FalseState {
   String^ get();
   void set (    String^ value);
}
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