QuickOPC 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();
}
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