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



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
public ServerFamilies ServerFamilies {get; set;}
public:
property ServerFamilies ServerFamilies {
   ServerFamilies get();
   void set (    ServerFamilies value);
}

Property Value

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

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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