OPC Studio User's Guide and Reference
BrowseFromRegistry Property (EasyMachineParameters)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine Namespace > EasyMachineParameters Class : BrowseFromRegistry Property
Allows direct registry access (local or remote) when browsing for OPC servers.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(True)>
Public Property BrowseFromRegistry As Boolean
 
'Usage
 
Dim instance As EasyMachineParameters
Dim value As Boolean
 
instance.BrowseFromRegistry = value
 
value = instance.BrowseFromRegistry
Remarks

This property is used by following client implementations:

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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