OPC Studio 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
 
Public ReadOnly Property HostElement As HostElement
'Usage
 
Dim instance As UAHostAndEndpointDialog
Dim value As HostElement
 
instance.HostElement = value
 
value = instance.HostElement
public HostElement HostElement {get;}
public:
property HostElement^ HostElement {
   HostElement^ get();
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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