OPCDA.NET Reference Manual
UseNetIOP Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAServer Class : UseNetIOP Property

Glossary Item Box

The server is accessed through .Net Interop instead of Win32. Use it only for InProcess OPC servers.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<DefaultValueAttribute()>
<DescriptionAttribute("Connect through .Net Interop instead of Win32. This is required for In-Proc servers.")>
Public Property UseNetIOP As Boolean
C# 
[CategoryAttribute("OPC")]
[DefaultValueAttribute()]
[DescriptionAttribute("Connect through .Net Interop instead of Win32. This is required for In-Proc servers.")]
public bool UseNetIOP {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.