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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > MappedObject Class : Parent Property
A reference to the parent target object; null if none.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<MetaMemberAttribute("Parent")>
Public Property Parent As Object
'Usage
 
Dim instance As MappedObject
Dim value As Object
 
instance.Parent = value
 
value = instance.Parent
[CanBeNull()]
[DefaultValue("")]
[MetaMember("Parent")]
public object Parent {get; set;}
[CanBeNull()]
[DefaultValue("")]
[MetaMember("Parent")]
public:
property Object^ Parent {
   Object^ get();
   void set (    Object^ value);
}
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