Specifies that you wish that the
EasyAEClientCore object instance works with an "isolated" connection to the OPC server, i.e. one that is not shared with other instances.
Syntax
public bool Isolated {get; set;}
public:
property bool Isolated {
bool get();
void set ( bool value);
}
'Declaration
Public Property Isolated As Boolean
'Usage
Dim instance As EasyAEClientCore
Dim value As Boolean
instance.Isolated = value
value = instance.Isolated
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