QuickOPC User's Guide and Reference
SharedParameters Property (EasyDAClient)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > EasyDAClient Class : SharedParameters Property
Parameters that are always shared by all instances of the component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Property SharedParameters As EasyDASharedParameters
 
'Usage
 
Dim value As EasyDASharedParameters
 
EasyDAClient.SharedParameters = value
 
value = EasyDAClient.SharedParameters
Remarks

The initial value can be changed by configuration and can differ from the default.

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