QuickOPC User's Guide and Reference
BindingGroups Property (PointBinderCore)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class : BindingGroups Property
A collection of binding groups that define common properties for similar bindings.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)>
Public Shadows ReadOnly Property BindingGroups As Collection(Of PointBindingGroup)
 
'Usage
 
Dim instance As PointBinderCore
Dim value As Collection(Of PointBindingGroup)
 
value = instance.BindingGroups
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