QuickOPC User's Guide and Reference
NodeDescriptor Property (UAMappingContext)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappingContext Class : NodeDescriptor Property
The descriptor of the OPC-UA node involved in the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property NodeDescriptor As UANodeDescriptor
 
'Usage
 
Dim instance As UAMappingContext
Dim value As UANodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
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