ScopeNode.NodeType Property

 

Gets a GUID that represents the MMC node type of the scope node. This data is used by the MMC extension mechanism.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public Guid NodeType { get; }
public:
property Guid NodeType {
    Guid get();
}
member NodeType : Guid with get
Public ReadOnly Property NodeType As Guid

Property Value

Type: System.Guid

A GUID that represents the MMC node type.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top