ActionsPaneExtendedItem.LanguageIndependentName Property
Gets or sets a language-independent name that uniquely identifies an item in the set of actions for an object. If this value is not specified or is empty, the value of the DisplayName property is used.
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 string that specifies the language-independent name.
See Also
ActionsPaneExtendedItem Class
Microsoft.ManagementConsole Namespace
Return to top