ItemID property

Description
(Read-only) The fully qualified identifier for this item including the Topic (enclosed in brackets) and the Item passed during the AddItems function.
Syntax
ItemID
As String
Example
Dim MyOPCItem As OPCItem
Set MyOPCItem = MyOPCGroup.OPCItems(1)
'/* Get current items ItemID
txtItemID = MyOPCItem.ItemID
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal