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



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
[ElementsNotNull()]
[NotNull()]
public UAEndpointDescriptor[] EndpointDescriptors {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property array<UAEndpointDescriptor^>^ EndpointDescriptors {
   array<UAEndpointDescriptor^>^ get();
   void set (    array<UAEndpointDescriptor^>^ 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