Build 1.01.318.0

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

A set of nodes in an address space.

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 NodeSet : IEnumerable<Node>, 
	IEnumerable
Visual Basic
Public Class NodeSet _
	Implements IEnumerable(Of Node), IEnumerable
Visual C++
public ref class NodeSet : IEnumerable<Node^>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..NodeSet

See Also