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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMappingSource Class : NodeDescriptor Property
The descriptor of the OPC-UA node involved in the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property NodeDescriptor As UANodeDescriptor
'Usage
 
Dim instance As UAClientDataMappingSource
Dim value As UANodeDescriptor
 
value = instance.NodeDescriptor
[NotNull()]
public UANodeDescriptor NodeDescriptor {get;}
[NotNull()]
public:
property UANodeDescriptor^ NodeDescriptor {
   UANodeDescriptor^ get();
}
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