OPC Studio User's Guide and Reference
ServerFamilies Property (OpcServerDialog)



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcServerDialog Class : ServerFamilies Property
The server family or families. Determines e.g. whether OPC Data Access servers, OPC Alarms&Events servers, other servers, or a combination of them will be browsed.
Syntax
'Declaration
 
Public Property ServerFamilies As ServerFamilies
 
'Usage
 
Dim instance As OpcServerDialog
Dim value As ServerFamilies
 
instance.ServerFamilies = value
 
value = instance.ServerFamilies

Property Value

The default value of this property is All (ServerFamilies.All).

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