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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappedNode Class : NodeDescriptor Property
The descriptor of the OPC-UA node involved in the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<MetaMemberAttribute("NodeDescriptor")>
Public Property NodeDescriptor As UANodeDescriptor
'Usage
 
Dim instance As UAMappedNode
Dim value As UANodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
[CanBeNull()]
[DefaultValue("")]
[MetaMember("NodeDescriptor")]
public UANodeDescriptor NodeDescriptor {get; set;}
[CanBeNull()]
[DefaultValue("")]
[MetaMember("NodeDescriptor")]
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