QuickOPC User's Guide and Reference
IsAttached Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingBase Class : IsAttached Property
Determines whether this binding is currently attached to a binder.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property IsAttached As Boolean
'Usage
 
Dim instance As BindingBase
Dim value As Boolean
 
value = instance.IsAttached
[Browsable(false)]
public bool IsAttached {get;}
[Browsable(false)]
public:
property bool IsAttached {
   bool get();
}
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