Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |