OPC Studio User's Guide and Reference
SharedParameters Property (_EasyUAClientManagement)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _EasyUAClientManagement Interface : SharedParameters Property
Parameters that are always shared by all instances of the component.
Syntax
'Declaration
 
<NotNullAttribute()>
Property SharedParameters As EasyUASharedParameters
 
'Usage
 
Dim instance As _EasyUAClientManagement
Dim value As EasyUASharedParameters
 
instance.SharedParameters = value
 
value = instance.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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also