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
 
<CanBeNullAttribute()>
Public ReadOnly Property ParentMapping As AbstractMapping
'Usage
 
Dim instance As AbstractMappingContext
Dim value As AbstractMapping
 
instance.ParentMapping = value
 
value = instance.ParentMapping
[CanBeNull()]
public AbstractMapping ParentMapping {get;}
[CanBeNull()]
public:
property AbstractMapping^ ParentMapping {
   AbstractMapping^ get();
}

Property Value

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

Remarks
Can be null if there is no parent.

The getter method of this property is pure, i.e. it does not have observable side effects.

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