AccessRights property

Description
(Read/Write) The requested access rights that apply to the ShowLeafs methods. This property defaults to OPCReadable OR'd with OPCWritable (that is, everything). This property applies to the filtering, for example, you only want the leafs with these AccessRights.
Syntax
AccessRights
As Long
Example
Dim MyOPCBrowser as OPCBrowser
Set MyOPCBrowser = MyOPCServer.CreateBrowser
'/* Specify access right for writable items
MyOPCBrowser.AccessRights = OPCWritable
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal