IsSubscribed property

Description
(Read/Write) This property controls asynchronous notifications to the client when any of the OPC Items in the group change.
Syntax
IsSubscribed
As Boolean
Remarks
Default value for this property is the value from the OPCGroups corresponding default value at time of the Add();
Example
Dim MyOPCGroup WithEvents As OPCGroup
Set MyOPCGroup = MyOPCServer.OPCGroups.Add("MyNewGroup")
'/* Set the group for subscription data
MyOPCGroup.IsSubscribed = True
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal