Build 1.01.318.0

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

A table of references for a node.

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 ReferenceCollection : IReferenceCollection, 
	ICollection<IReference>, IEnumerable<IReference>, IEnumerable, 
	IFormattable
Visual Basic
Public Class ReferenceCollection _
	Implements IReferenceCollection, ICollection(Of IReference),  _
	IEnumerable(Of IReference), IEnumerable, IFormattable
Visual C++
public ref class ReferenceCollection : IReferenceCollection, 
	ICollection<IReference^>, IEnumerable<IReference^>, IEnumerable, 
	IFormattable

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..ReferenceCollection

See Also