QuickOPC User's Guide and Reference
DiscoveryElement Property (_UAHostAndEndpointDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UAHostAndEndpointDialog Interface : DiscoveryElement Property
Gets the information about the OPC-UA application (server) selected in the dialog box.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property DiscoveryElement As UADiscoveryElement
'Usage
 
Dim instance As _UAHostAndEndpointDialog
Dim value As UADiscoveryElement
 
value = instance.DiscoveryElement
[CanBeNull()]
UADiscoveryElement DiscoveryElement {get;}
[CanBeNull()]
property UADiscoveryElement^ DiscoveryElement {
   UADiscoveryElement^ get();
}
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