OPC Studio User's Guide and Reference
FalseStateSubstitute Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UATwoStateDiscreteNode Class : FalseStateSubstitute Property
The substitute string for an empty true state.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property FalseStateSubstitute As String
'Usage
 
Dim instance As UATwoStateDiscreteNode
Dim value As String
 
instance.FalseStateSubstitute = value
 
value = instance.FalseStateSubstitute
[NotNull()]
public string FalseStateSubstitute {get; set;}
[NotNull()]
public:
property String^ FalseStateSubstitute {
   String^ get();
   void set (    String^ value);
}

Property Value

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

The default value of this property is "False".

Remarks
If SubstituteEmptyStates is true, this string is used as a return value of CurrentState property if the current value is false and the FalseState is an empty string.
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