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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing Namespace > DAItemDialog Class : ServerDescriptor Property
Gets or sets OPC server that is to be browsed for OPC items.
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.ServerDescriptor, "")>
Public Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As DAItemDialog
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
[DefaultValue(OpcLabs.EasyOpc.ServerDescriptor, "")]
public ServerDescriptor ServerDescriptor {get; set;}
[DefaultValue(OpcLabs.EasyOpc.ServerDescriptor, "")]
public:
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