QuickOPC User's Guide and Reference
SubscriptionCount Property (PointBinderCore)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinderCore Class : SubscriptionCount Property
The number of currently active subscribed points.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute(0)>
Public ReadOnly Property SubscriptionCount As Integer
'Usage
 
Dim instance As PointBinderCore
Dim value As Integer
 
value = instance.SubscriptionCount
[Browsable(false)]
[DefaultValue(0)]
public int SubscriptionCount {get;}
[Browsable(false)]
[DefaultValue(0)]
public:
property int SubscriptionCount {
   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