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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinder 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 PointBinder
Dim value As Collection(Of PointBindingGroup)
 
value = instance.BindingGroups
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public new Collection<PointBindingGroup> BindingGroups {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public:
new property Collection<PointBindingGroup^>^ BindingGroups {
   Collection<PointBindingGroup^>^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also