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



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
[CanBeNull()]
public UANodeDescriptor NodeDescriptor {get; set;}
[CanBeNull()]
public:
property UANodeDescriptor^ NodeDescriptor {
   UANodeDescriptor^ get();
   void set (    UANodeDescriptor^ value);
}
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