QuickOPC User's Guide and Reference
DefaultClient Property (DAClientMapper)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientMapper Class : DefaultClient Property
A default client object.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Property DefaultClient As IEasyDAClient
'Usage
 
Dim value As IEasyDAClient
 
DAClientMapper.DefaultClient = value
 
value = DAClientMapper.DefaultClient
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static IEasyDAClient DefaultClient {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property IEasyDAClient^ DefaultClient {
   IEasyDAClient^ get();
   void set (    IEasyDAClient^ value);
}
Remarks

The default client object is used when no client object is specified in the constructor of the mapper.

When the default client object is used, it is shared among all client mappers.

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