OPC Studio User's Guide and Reference
SubscribedMonitoredItemCount Property



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientMapper Class : SubscribedMonitoredItemCount Property
Number of OPC monitored items currently subscribed to by this mapper.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property SubscribedMonitoredItemCount As Integer
 
'Usage
 
Dim instance As UAClientMapper
Dim value As Integer
 
instance.SubscribedMonitoredItemCount = value
 
value = instance.SubscribedMonitoredItemCount
Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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