ViewDescription.LanguageIndependentName Property

 

Gets or sets an identifier that is locale independent and remains constant across MMC sessions. It is used for persistence purposes.

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 locale-independent identifier

Remarks

If LanguageIndependentName is empty, DisplayName is used instead.

See Also

ViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top