OPC Studio User's Guide and Reference
MemberBindingFlags Property



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMappingProvider Class : MemberBindingFlags Property
Member binding flags used when this mapping provider enumerates or looks up members of a type.
Syntax
'Declaration
 
Public ReadOnly Property MemberBindingFlags As BindingFlags
 
'Usage
 
Dim instance As AbstractMappingProvider
Dim value As BindingFlags
 
instance.MemberBindingFlags = value
 
value = instance.MemberBindingFlags

Property Value

The default value of this property is Instance, Static, Public.

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