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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UAEndpointDialog Class : DiscoveryElement Property
Gets the information about the OPC-UA server selected in the dialog box.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property DiscoveryElement As UADiscoveryElement
'Usage
 
Dim instance As UAEndpointDialog
Dim value As UADiscoveryElement
 
instance.DiscoveryElement = value
 
value = instance.DiscoveryElement
[DefaultValue("")]
public UADiscoveryElement DiscoveryElement {get;}
[DefaultValue("")]
public:
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