Build 1.01.318.0

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

A references between nodes in an instance declaration hierarchy.

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

Syntax

C#
[ObsoleteAttribute("The HierarchyReference class is obsolete and is not supported.")]
public class HierarchyReference : IFormattable
Visual Basic
<ObsoleteAttribute("The HierarchyReference class is obsolete and is not supported.")> _
Public Class HierarchyReference _
	Implements IFormattable
Visual C++
[ObsoleteAttribute(L"The HierarchyReference class is obsolete and is not supported.")]
public ref class HierarchyReference : IFormattable

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..HierarchyReference

See Also