OPC Studio User's Guide and Reference
DeferredMapNodeFunction Property (UAClientMapper)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : DeferredMapNodeFunction Property
A function that returns the deferred mapping function for a given mapping context.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
Public Property DeferredMapNodeFunction As Func(Of UAMappingContext,Type,Object)
 
'Usage
 
Dim instance As UAClientMapper
Dim value As Func(Of UAMappingContext,Type,Object)
 
instance.DeferredMapNodeFunction = value
 
value = instance.DeferredMapNodeFunction
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