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 | |
---|---|---|
DisplayNameNodeId() | Initializes a new instance of the DisplayNameNodeId class. |
|
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 | |
---|---|---|
DisplayName | Gets or sets the display name for used to identify the node. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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