QuickOPC User's Guide and Reference
Parent Property (UATreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Graphs Namespace > UATreePosition Class : Parent Property
Gets the parent object in the tree.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property Parent As UATreePosition
'Usage
 
Dim instance As UATreePosition
Dim value As UATreePosition
 
instance.Parent = value
 
value = instance.Parent
[CanBeNull()]
public UATreePosition Parent {get;}
[CanBeNull()]
public:
property UATreePosition^ Parent {
   UATreePosition^ get();
}

Property Value

Returns parent object, or null if this object is a root of the tree.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UATreePosition Class
UATreePosition Members