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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing.ComTypes Namespace > _DAItemDialog Interface : NodeDescriptors Property
Array of node descriptor objects.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property NodeDescriptors As Object()
'Usage
 
Dim instance As _DAItemDialog
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);
}
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