مشاركة عبر


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

'إقرار
ReadOnly Property Version As String
    Get
'الاستخدام
Dim instance As IVsaEngine
Dim value As String

value = instance.Version
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

IVsaEngine Members

Microsoft.Vsa Namespace