QuickOPC 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
 
<DefaultValueAttribute("False")>
<NotNullAttribute()>
Public Property FalseStateSubstitute As String
'Usage
 
Dim instance As UATwoStateDiscreteNode
Dim value As String
 
instance.FalseStateSubstitute = value
 
value = instance.FalseStateSubstitute
[DefaultValue("False")]
[NotNull()]
public string FalseStateSubstitute {get; set;}
[DefaultValue("False")]
[NotNull()]
public:
property String^ FalseStateSubstitute {
   String^ get();
   void set (    String^ value);
}
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