InstalledProductRegistrationAttribute::LanguageIndependentName Property

 

Gets or sets the (non-localized) name of the product.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ LanguageIndependentName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The (non-localized) name of the product.

Return to top
Show: