Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Bookmark property returns a bookmark for the node. The bookmark serves as a name of the node, and the bookmark does not change from session to session. The bookmark can be safely persisted and used to navigate to the node at a later time. This property applies to scope nodes only. This property is read-only.
Syntax
Property Bookmark As String
Property value
A persistable bookmark for the node.
Examples
' Retrieve the Node's Bookmark property.
Dim strBookMark As String
strBookMark = objNode.Bookmark
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|
| IDL |
|
| DLL |
|
| IID |
IID_Node is defined as F81ED800-7839-4447-945D-8E15DA59CA55 |