QuickOPC User's Guide and Reference
BindingTypes Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > BindingExtenderCore Class : BindingTypes Property
The types of bindings provided by this extender, as given by the binders that are registered with it.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property BindingTypes As IEnumerable(Of Type)
'Usage
 
Dim instance As BindingExtenderCore
Dim value As IEnumerable(Of Type)
 
value = instance.BindingTypes
[NotNull()]
public IEnumerable<Type> BindingTypes {get;}
[NotNull()]
public:
property IEnumerable<Type^>^ BindingTypes {
   IEnumerable<Type^>^ 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