LanguageIndependentNameNodeId Class
Uses the language independent name used to identify a scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.NodeId
Microsoft.ManagementConsole.LanguageIndependentNameNodeId
Syntax
public class LanguageIndependentNameNodeId : NodeId
public ref class LanguageIndependentNameNodeId : NodeId
type LanguageIndependentNameNodeId =
class
inherit NodeId
end
Public Class LanguageIndependentNameNodeId
Inherits NodeId
Constructors
Name | Description | |
---|---|---|
LanguageIndependentNameNodeId() | Initializes a new instance of the LanguageIndependentNameNodeId class. |
|
LanguageIndependentNameNodeId(String) | Uses the language independent name to identify a scope node. |
Properties
Name | Description | |
---|---|---|
LanguageIndependentName | Gets or sets the language independent name that is used to identify a scope 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