Node::Nodetype property

The Nodetype property returns the node type's GUID. The node type GUID identifies the type of node. By using the node type GUID, snap-ins and automation object model applications can recognize particular nodes. This property is read-only.

Syntax

Property Nodetype As String

Property value

The node's type GUID, as a string.

Examples

' Retrieve the Node type.
Dim strNodeType As String
strNodeType = objNode.Nodetype
MsgBox ("NodeType: " & strNodeType)

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