IVsaEngine.Language Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
string Language { get; }
property String^ Language {
    String^ get ();
}
abstract Language : string with get
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