Opc.Ua.Core
NodeId Class
Members 



Opc.Ua Namespace : NodeId Class
Stores an identifier for a node in a server's address space.
Object Model
NodeId ClassNodeId Class
Syntax
'Declaration
 
<DataContractAttribute("http://opcfoundation.org/UA/2008/02/Types.xsd")>
Public Class NodeId 
'Usage
 
Dim instance As NodeId
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public class NodeId 
[DataContract("http://opcfoundation.org/UA/2008/02/Types.xsd")]
public ref class NodeId 
Remarks

Please refer to OPC Specifications:

Stores the id of a Node, which resides within the server's address space.

The NodeId can be either:


Important: Keep in mind that the actual ID's of nodes should be unique such that no two nodes within an address-space share the same ID's.

The NodeId can be assigned to a particular namespace index. This index is merely just a number and does not represent some index within a collection that this node has any knowledge of. The assumption is that the host of this object will manage that directly.

Inheritance Hierarchy

System.Object
   Opc.Ua.NodeId

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeId Members
Opc.Ua Namespace