QuickOPC User's Guide and Reference
ServerFamilies Property (OpcComputerAndServerDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcComputerAndServerDialog 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
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ServerFamilies As ServerFamilies
'Usage
 
Dim instance As OpcComputerAndServerDialog
Dim value As ServerFamilies
 
instance.ServerFamilies = value
 
value = instance.ServerFamilies
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ServerFamilies ServerFamilies {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ServerFamilies ServerFamilies {
   ServerFamilies get();
   void set (    ServerFamilies 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