Share via


ExtendsNodeTypeAttribute Constructor (String)

 

Initializes a new instance of the ExtendsNodeTypeAttribute class using the node type as a parameter.

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

Syntax

public ExtendsNodeTypeAttribute(
    string nodeType
)
public:
ExtendsNodeTypeAttribute(
    String^ nodeType
)
new : 
        nodeType:string -> ExtendsNodeTypeAttribute
Public Sub New (
    nodeType As String
)

Parameters

  • nodeType
    Type: System.String

    A GUID that represents the node type that can be extended by the snap-in.

See Also

ExtendsNodeTypeAttribute Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top