QuickOPC User's Guide and Reference
SymbolNameExists Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : SymbolNameExists Method
Symbol name for the code bits.
Determines whether the symbolic string represents a well-known code bits combination.
Syntax
'Declaration
 
Public Shared Function SymbolNameExists( _
   ByVal symbolName As String _
) As Boolean
'Usage
 
Dim symbolName As String
Dim value As Boolean
 
value = UACodeBits.SymbolNameExists(symbolName)
public static bool SymbolNameExists( 
   string symbolName
)
public:
static bool SymbolNameExists( 
   String^ symbolName
) 

Parameters

symbolName
Symbol name for the code bits.

Return Value

True if the symbol has been found; false otherwise
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