QuickOPC User's Guide and Reference
IsSwitch Property (_DataField)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _DataField Interface : IsSwitch Property
Determines whether the field acts as a switch for some other field.
Syntax
'Declaration
 
Property IsSwitch As Boolean
 
'Usage
 
Dim instance As _DataField
Dim value As Boolean
 
instance.IsSwitch = value
 
value = instance.IsSwitch
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