Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Uses the language independent name to identify a scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public LanguageIndependentNameNodeId(
string languageIndependentName
)
public:
LanguageIndependentNameNodeId(
String^ languageIndependentName
)
new :
languageIndependentName:string -> LanguageIndependentNameNodeId
Public Sub New (
languageIndependentName As String
)
Parameters
languageIndependentName
Type: System.StringThe language independent name of the scope node.
See Also
LanguageIndependentNameNodeId Overload
LanguageIndependentNameNodeId Class
Microsoft.ManagementConsole Namespace
Return to top