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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAConnectivity Class : DefaultConfiguration Property
The default configuration that will be used when new instances of DAConnectivity are created.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultConfiguration As DAConnectivityConfiguration
'Usage
 
Dim value As DAConnectivityConfiguration
 
value = DAConnectivity.DefaultConfiguration
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static DAConnectivityConfiguration DefaultConfiguration {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property DAConnectivityConfiguration^ DefaultConfiguration {
   DAConnectivityConfiguration^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also