QuickOPC User's Guide and Reference
UAElementType Enumeration



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace : UAElementType Enumeration
One of element types used in OPC-UA browsing, such as an endpoint, a node, etc.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<DisplayName2Attribute("OPC-UA Element Type")>
<GuidAttribute("D462B6F2-A9A3-4AD4-98EA-28F45003CF9C")>
Public Enum UAElementType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As UAElementType
[ComVisible(true)]
[DisplayName2("OPC-UA Element Type")]
[Guid("D462B6F2-A9A3-4AD4-98EA-28F45003CF9C")]
public enum UAElementType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[DisplayName2("OPC-UA Element Type")]
[Guid("D462B6F2-A9A3-4AD4-98EA-28F45003CF9C")]
public enum class UAElementType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Attribute4An OPC-UA attribute of a node.
Endpoint2An OPC-UA (server) endpoint element.
Host1A host (computer) element.
Node3An OPC-UA node in an address space.
None0No element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.EasyOpc.UA.Forms.Browsing.UAElementType

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