OPC Studio User's Guide and Reference
Parent Property (MappedObject)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappedObject Class : Parent Property
A reference to the parent target object; null if none.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<MetaMemberAttribute("Parent")>
Public Property Parent As Object
 
'Usage
 
Dim instance As MappedObject
Dim value As Object
 
instance.Parent = value
 
value = instance.Parent

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

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