QuickOPC User's Guide and Reference
ServerDescriptor Property (AECategoryDialog)



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing Namespace > AECategoryDialog Class : ServerDescriptor Property
Contains information necessary to identify and connect to an OPC server, such as the server's ProgID.
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.ServerDescriptor, "")>
Public Property ServerDescriptor As ServerDescriptor
 
'Usage
 
Dim instance As AECategoryDialog
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
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