IVsaEngine.Language Property
Gets the nonlocalized name of the programming language supported by the script engine.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Déclaration
ReadOnly Property Language As String
Get
string Language { get; }
property String^ Language {
String^ get ();
}
abstract Language : string
function get Language () : String
Property Value
Type: System.String
Returns the English-language name of the programming language supported by the script engine.