OPC Studio User's Guide and Reference
EnabledServerFamilies Property (OpcBrowseInputs)



View with Navigation Tools
OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseInputs Class : EnabledServerFamilies Property
The server family or families that can appear in the dialog.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property EnabledServerFamilies As ServerFamilies
 
'Usage
 
Dim instance As OpcBrowseInputs
Dim value As ServerFamilies
 
instance.EnabledServerFamilies = value
 
value = instance.EnabledServerFamilies

Property Value

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

Remarks
The dialog further narrows the server families choice using a knowledge about the type of node to be selected.
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