QuickOPC User's Guide and Reference
ParentNodeDescriptor Property



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

Property Value

Returns a node descriptor of the 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