AccessPath property

Description
(Read-only) The access path specified when the item was added to the server using the AddItems function.
Syntax
AccessPath
As String
Example
Dim MyOPCItem As OPCItem
Set MyOPCItem = MyOPCGroup.OPCItems(1)
'/* Get current items Access Path
txtAccessPath = MyOPCItem.AccessPath
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal