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



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UADataDialog Class : EndpointDescriptors Property
Array of endpoint descriptor objects.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property EndpointDescriptors As UAEndpointDescriptor()
 
'Usage
 
Dim instance As UADataDialog
Dim value() As UAEndpointDescriptor
 
instance.EndpointDescriptors = value
 
value = instance.EndpointDescriptors
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