QuickOPC User's Guide and Reference
DefaultConfiguration Property (UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class : DefaultConfiguration Property
The default configuration that will be used when new instances of UAConnectivityCore are created.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultConfiguration As UAConnectivityConfiguration
'Usage
 
Dim value As UAConnectivityConfiguration
 
value = UAConnectivityCore.DefaultConfiguration
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAConnectivityConfiguration DefaultConfiguration {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAConnectivityConfiguration^ DefaultConfiguration {
   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