QuickOPC User's Guide and Reference
UpdateOutputOnFailure Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : UpdateOutputOnFailure Property
Determines whether the output argument will be updated when the operation fails.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property UpdateOutputOnFailure As Boolean
'Usage
 
Dim instance As PointBinding
Dim value As Boolean
 
instance.UpdateOutputOnFailure = value
 
value = instance.UpdateOutputOnFailure
[DefaultValue(false)]
public bool UpdateOutputOnFailure {get; set;}
[DefaultValue(false)]
public:
property bool UpdateOutputOnFailure {
   bool get();
   void set (    bool value);
}
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