Share via


DisplayNameNodeId Constructor (String)

 

Initializes a new instance of the DisplayNameNodeId class taking the display name that is used to identify a scope node as a parameter.

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

Syntax

public DisplayNameNodeId(
    string displayName
)
public:
DisplayNameNodeId(
    String^ displayName
)
new : 
        displayName:string -> DisplayNameNodeId
Public Sub New (
    displayName As String
)

Parameters

  • displayName
    Type: System.String

    Display name of the scope node.

See Also

DisplayNameNodeId Overload
DisplayNameNodeId Class
Microsoft.ManagementConsole Namespace

Return to top