OPC Studio User's Guide and Reference
LinkParameters Property (EasyAESharedParameters)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine Namespace > EasyAESharedParameters Class : LinkParameters Property
A "link" represents a live subscription connection to OPC events. Contains parameters that influence how EasyOPC works with OPC event subscriptions.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property LinkParameters As EasyAELinkParameters
 
'Usage
 
Dim instance As EasyAESharedParameters
Dim value As EasyAELinkParameters
 
instance.LinkParameters = value
 
value = instance.LinkParameters

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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