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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : SharedParameters Property
Parameters that are always shared by all instances of the component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Property SharedParameters As EasyUASharedParameters
 
'Usage
 
Dim value As EasyUASharedParameters
 
EasyUAClient.SharedParameters = value
 
value = EasyUAClient.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