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



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()>
Public Property BrowseFromRegistry As Boolean
'Usage
 
Dim instance As EasyMachineParameters
Dim value As Boolean
 
instance.BrowseFromRegistry = value
 
value = instance.BrowseFromRegistry
[DataMember()]
public bool BrowseFromRegistry {get; set;}
[DataMember()]
public:
property bool BrowseFromRegistry {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is True.

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