Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Extends a node id by adding a complete namespace URI.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class ExpandedNodeId : IComparable, 
	IFormattable, ICloneable
Visual Basic
Public Class ExpandedNodeId _
	Implements IComparable, IFormattable, ICloneable
Visual C++
public ref class ExpandedNodeId : IComparable, 
	IFormattable, ICloneable

Remarks

Extends a node id by adding a complete namespace URI.

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..ExpandedNodeId

See Also