ScopeNode Constructor (Guid)

 

Initializes a new instance of the ScopeNode class using a GUID that specifies the type of the scope node.

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

Syntax

public ScopeNode(
    Guid nodeType
)
public:
ScopeNode(
    Guid nodeType
)
new : 
        nodeType:Guid -> ScopeNode
Public Sub New (
    nodeType As Guid
)

Parameters

  • nodeType
    Type: System.Guid

    The type of scope node. This value is used by the MMC extension mechanism.

See Also

ScopeNode Overload
ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top