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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : DefaultClient Property
A default client object.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Property DefaultClient As IEasyUAClient
'Usage
 
Dim value As IEasyUAClient
 
UAClientMapper.DefaultClient = value
 
value = UAClientMapper.DefaultClient
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static IEasyUAClient DefaultClient {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property IEasyUAClient^ DefaultClient {
   IEasyUAClient^ get();
   void set (    IEasyUAClient^ 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