QuickOPC User's Guide and Reference
HostElement Property (UAHostAndEndpointDialog)



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