QuickOPC User's Guide and Reference
ServerElement Property (OpcServerDialog)



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcServerDialog Class : ServerElement Property
Gets the information about the OPC server selected in the dialog box.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property ServerElement As ServerElement
 
'Usage
 
Dim instance As OpcServerDialog
Dim value As ServerElement
 
instance.ServerElement = value
 
value = instance.ServerElement
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