ScopeNode.LanguageIndependentName Property

 

Gets or sets an identifier that is locale-independent and remains constant across MMC sessions. This property is used for persistence.

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

A locale-independent identifier.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top