PrimaryScopeNode.NodeType Property

 

Gets the GUID that represents the node type used in the MMC extension model.

Namespace:   Microsoft.ManagementConsole.Advanced
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

The GUID for the node type

See Also

PrimaryScopeNode Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top