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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcComputerAndServerDialog Interface : ServerDescriptor Property
Identifies the computer and the OPC server.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As _OpcComputerAndServerDialog
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