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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcServerDialog Interface : 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
 
Property ServerFamilies As ServerFamilies
'Usage
 
Dim instance As _OpcServerDialog
Dim value As ServerFamilies
 
instance.ServerFamilies = value
 
value = instance.ServerFamilies
ServerFamilies ServerFamilies {get; set;}
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