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


Node::Name property

The Name property returns the display name of the node. This property is read-only.

Syntax

Property Name As String

Property value

The display name of the node.

Examples

' Retrieve the Node name.
Dim strName As String
strName = objNode.Name
MsgBox ("Name: " & strName)

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.Nodetype