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



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
[Browsable(false)]
[CanBeNull()]
public Func<UAMappingContext,Type,object> DeferredMapNodeFunction {get; set;}
[Browsable(false)]
[CanBeNull()]
public:
property Func<UAMappingContext^,Type^,Object^>^ DeferredMapNodeFunction {
   Func<UAMappingContext^,Type^,Object^>^ get();
   void set (    Func<UAMappingContext^,Type^,Object^>^ value);
}

Property Value

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

Remarks

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