QuickOPC User's Guide and Reference
UANodeIdFormatErrorCode Enumeration



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : UANodeIdFormatErrorCode Enumeration
Enumeration of possible format error codes in an OPC-UA node ID string.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Node ID Format Error Code")>
<GuidAttribute("8DA75E11-10FC-4673-A402-5E80CBC91B54")>
Public Enum UANodeIdFormatErrorCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UANodeIdFormatErrorCode
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Node ID Format Error Code")]
[Guid("8DA75E11-10FC-4673-A402-5E80CBC91B54")]
public enum UANodeIdFormatErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[DisplayName2("OPC-UA Node ID Format Error Code")]
[Guid("8DA75E11-10FC-4673-A402-5E80CBC91B54")]
public enum class UANodeIdFormatErrorCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
NoIdentifier2The OPC-UA expanded node Id does not contain the identifier.
NoNamespace1The OPC-UA expanded node Id contains neither the namespace URI nor the namespace index.
None0No format error in an OPC-UA node ID.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UANodeIdFormatErrorCode

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