Поделиться через


Node::Bookmark property

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
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
IID
IID_Node is defined as F81ED800-7839-4447-945D-8E15DA59CA55

See also

Node.IsScopeNode

View.Memento

View.ViewMemento