IVsaEngine.Version Property

Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Version As String
    Get
string Version { get; }
property String^ Version {
    String^ get ();
}
abstract Version : string
function get Version () : String

Property Value

Type: System.String
String value of the current version, in the format Major.Minor.Revision.Build.

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace