Count property

Description
(Read-only) Required property for collections. Returns the number of items in the collection.
Syntax
Count
As Long
Example
Dim MyOPCBrowser as OPCBrowser
Set MyOPCBrowser = MyOPCServer.CreateBrowser
'/* Get branches
MyOPCBrowser.ShowBranches
'/* Display item count
txtCount = MyOPCBrowser.Count
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal