QuickOPC User's Guide and Reference
ComputerElement Property (_OpcComputerAndServerDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcComputerAndServerDialog Interface : ComputerElement Property
Gets the information about the computer selected in the dialog box.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property ComputerElement As ComputerElement
'Usage
 
Dim instance As _OpcComputerAndServerDialog
Dim value As ComputerElement
 
value = instance.ComputerElement
[CanBeNull()]
ComputerElement ComputerElement {get;}
[CanBeNull()]
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