NodeTypeAttribute Constructor (String)

 

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

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

Syntax

public NodeTypeAttribute(
    string guid
)
public:
NodeTypeAttribute(
    String^ guid
)
new : 
        guid:string -> NodeTypeAttribute
Public Sub New (
    guid As String
)

Parameters

  • guid
    Type: System.String

    The GUID that represents the node type.

See Also

NodeTypeAttribute Class
Microsoft.ManagementConsole Namespace

Return to top