QuickOPC User's Guide and Reference
SubscribedCount Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAClientDataMappingSource Class : SubscribedCount Property
Gets the number of subscriptions tied to this source.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public ReadOnly Property SubscribedCount As Integer
'Usage
 
Dim instance As UAClientDataMappingSource
Dim value As Integer
 
instance.SubscribedCount = value
 
value = instance.SubscribedCount
[DefaultValue(0)]
public int SubscribedCount {get;}
[DefaultValue(0)]
public:
property int SubscribedCount {
   int get();
}
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