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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AEAreaOrSourceDialog Interface : NodeDescriptor Property
Contains information necessary to identify an OPC Alarms&Events node (area or source), such as its QualifiedName.
Syntax
'Declaration
 
<NotNullAttribute()>
Property NodeDescriptor As AENodeDescriptor
'Usage
 
Dim instance As _AEAreaOrSourceDialog
Dim value As AENodeDescriptor
 
instance.NodeDescriptor = value
 
value = instance.NodeDescriptor
[NotNull()]
AENodeDescriptor NodeDescriptor {get; set;}
[NotNull()]
property AENodeDescriptor^ NodeDescriptor {
   AENodeDescriptor^ get();
   void set (    AENodeDescriptor^ 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