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

'Declaration
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.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace