OPC Studio User's Guide and Reference
ParentMapping Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMappingContext Class : ParentMapping Property
The parent mapping.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Public ReadOnly Property ParentMapping As AbstractMapping
'Usage
 
Dim instance As AbstractMappingContext
Dim value As AbstractMapping
 
instance.ParentMapping = value
 
value = instance.ParentMapping
[JetBrains.Annotations.CanBeNull()]
public AbstractMapping ParentMapping {get;}
[JetBrains.Annotations.CanBeNull()]
public:
property AbstractMapping^ ParentMapping {
   AbstractMapping^ get();
}

Property Value

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

Remarks
Can be null if there is no parent.
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