QuickOPC User's Guide and Reference
ParentPosition Property (UAPubSubSecurityKeyServiceNodeTreePosition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class : ParentPosition Property
Gets the parent object in the tree.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=1, 
   ShortName="Parent Position")>
Public Shadows ReadOnly Property ParentPosition As UAPubSubSecurityKeyServiceNodeTreePosition
'Usage
 
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition
Dim value As UAPubSubSecurityKeyServiceNodeTreePosition
 
value = instance.ParentPosition
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=1, 
   ShortName="Parent Position")]
public new UAPubSubSecurityKeyServiceNodeTreePosition ParentPosition {get;}
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Display(AutoGenerateField=false, 
   Order=1, 
   ShortName="Parent Position")]
public:
new property UAPubSubSecurityKeyServiceNodeTreePosition^ ParentPosition {
   UAPubSubSecurityKeyServiceNodeTreePosition^ get();
}

Property Value

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

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also