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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UADataDialog Interface : NodeDescriptors Property
Array of node descriptor objects.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property NodeDescriptors As Object()
'Usage
 
Dim instance As _UADataDialog
Dim value() As Object
 
instance.NodeDescriptors = value
 
value = instance.NodeDescriptors
[ElementsNotNull()]
[NotNull()]
object[] NodeDescriptors {get; set;}
[ElementsNotNull()]
[NotNull()]
property array<Object^>^ NodeDescriptors {
   array<Object^>^ get();
   void set (    array<Object^>^ 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