QuickOPC User's Guide and Reference
NodeDescriptors Property (UADataDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : NodeDescriptors Property
Array of node descriptor objects.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property NodeDescriptors As UANodeDescriptor()
'Usage
 
Dim instance As UADataDialog
Dim value() As UANodeDescriptor
 
instance.NodeDescriptors = value
 
value = instance.NodeDescriptors
[ElementsNotNull()]
[NotNull()]
public UANodeDescriptor[] NodeDescriptors {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property array<UANodeDescriptor^>^ NodeDescriptors {
   array<UANodeDescriptor^>^ get();
   void set (    array<UANodeDescriptor^>^ value);
}
Remarks

When multi-select is enabled and the dialog allows the user to pick the OPC-UA endpoint, the count of endpoint descriptors must be the same as the count of node descriptors.

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