WebSiteProjectAttribute.LanguageName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Language Name which shows up in the add new Web Site dialog under the list of languages
public:
property System::Object ^ LanguageName { System::Object ^ get(); };
public:
property Platform::Object ^ LanguageName { Platform::Object ^ get(); };
public object LanguageName { get; }
member this.LanguageName : obj
Public ReadOnly Property LanguageName As Object