QuickOPC User's Guide and Reference
OpcCompliance Property (UAConnectivityConfiguration)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityConfiguration Class : OpcCompliance Property
Configuration for best OPC compliance.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property OpcCompliance As UAConnectivityConfiguration
'Usage
 
Dim value As UAConnectivityConfiguration
 
value = UAConnectivityConfiguration.OpcCompliance
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAConnectivityConfiguration OpcCompliance {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAConnectivityConfiguration^ OpcCompliance {
   UAConnectivityConfiguration^ get();
}
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