Share via


ExtendsNodeTypeAttribute.NodeType Property

 

Gets the GUID that represents the node type that is 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 node type

See Also

ExtendsNodeTypeAttribute Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top