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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AECategoryConditionDialog Interface : ServerDescriptor Property
Contains information necessary to identify and connect to an OPC server, such as the server's ProgID.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As _AECategoryConditionDialog
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
[NotNull()]
ServerDescriptor ServerDescriptor {get; set;}
[NotNull()]
property ServerDescriptor^ ServerDescriptor {
   ServerDescriptor^ get();
   void set (    ServerDescriptor^ value);
}
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