FALSE (default ): remote servers are connected so that no local server registration is needed. The remote server has to be browsed to find the required information. Some OPC V1 server do not register category information and may not browse correctly. Such servers cannot be connected this way.
TRUE: Remote servers are connected through the .Net COM Interop Services. The server needs to be registered locally for this to work. In-Process servers have to be connected this way.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ConnectThroughNIOS As Boolean
|
C# | |
---|
public bool ConnectThroughNIOS {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also