QuickOPC 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
 
<DefaultValueAttribute("")>
Public ReadOnly Property ComputerElement As ComputerElement
'Usage
 
Dim instance As OpcComputerAndServerDialog
Dim value As ComputerElement
 
instance.ComputerElement = value
 
value = instance.ComputerElement
[DefaultValue("")]
public ComputerElement ComputerElement {get;}
[DefaultValue("")]
public:
property ComputerElement^ ComputerElement {
   ComputerElement^ 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