PublishesNodeTypeAttribute Constructor (String)

 

Initializes a new instance of the PublishesNodeTypeAttribute class using the GUID that represents the node type as a parameter.

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

Syntax

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

Parameters

See Also

PublishesNodeTypeAttribute Class
Microsoft.ManagementConsole Namespace

Return to top