DisplayNameNodeId Class

 

Identifies a scope node using its display name.

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

Inheritance Hierarchy

System.Object
  Microsoft.ManagementConsole.NodeId
    Microsoft.ManagementConsole.DisplayNameNodeId

Syntax

public class DisplayNameNodeId : NodeId
public ref class DisplayNameNodeId : NodeId
type DisplayNameNodeId = 
    class
        inherit NodeId
    end
Public Class DisplayNameNodeId
    Inherits NodeId

Constructors

Name Description
System_CAPS_pubmethod DisplayNameNodeId()

Initializes a new instance of the DisplayNameNodeId class.

System_CAPS_pubmethod DisplayNameNodeId(String)

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

Properties

Name Description
System_CAPS_pubproperty DisplayName

Gets or sets the display name for used to identify the node.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ManagementConsole Namespace

Return to top