Description (Read/Write)
The
requested access rights that apply to the ShowLeafs methods. This property
the filtering, i.e. you only want the leafs with these AccessRights.
Syntax
AccessRights As Long
Example
VB Syntax Example (getting the property):
Dim TheAccessRights As Long
TheAccessRights = AnOPCServerBrowser.AccessRights
VB Syntax Example (setting the property):
AnOPCServerBrowser.AccessRights = OPCWritable
32