Share via


LanguageIndependentNameNodeId.LanguageIndependentName Property

 

Gets or sets the language independent name that is used to identify a scope node.

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

Syntax

public string LanguageIndependentName { get; set; }
public:
property String^ LanguageIndependentName {
    String^ get();
    void set(String^ value);
}
member LanguageIndependentName : string with get, set
Public Property LanguageIndependentName As String

Property Value

Type: System.String

The name

See Also

LanguageIndependentNameNodeId Class
Microsoft.ManagementConsole Namespace

Return to top