Application.BuildNumber Property

閉じた説明

Returns the build number of the application that is hosting the VBScript.

閉じた構文

Application.BuildNumber

閉じた備考

The Application.BuildNumber property is intended to be used primarily in the test condition of If...Then...Else statements or Select Case statements. 次に例を示します。

If Application.Version > 7.0 And

Application.BuildNumber > 1540 Then

'other statements here

Else

'alternative statements here

関連トピック