OPC Studio User's Guide and Reference
ComputerElement Property (OpcComputerAndServerDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcComputerAndServerDialog Class : ComputerElement Property
Gets the information about the computer selected in the dialog box.
Syntax
'Declaration
 
Public ReadOnly Property ComputerElement As ComputerElement
'Usage
 
Dim instance As OpcComputerAndServerDialog
Dim value As ComputerElement
 
instance.ComputerElement = value
 
value = instance.ComputerElement
public ComputerElement ComputerElement {get;}
public:
property ComputerElement^ ComputerElement {
   ComputerElement^ 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