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



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