ISProfile.Build

Description

This property returns the build number of the executable file.

Syntax

object.Build

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
Restriction: This property is readonly.

Return Value

string

Example

Display the build number of the executable file.

Profile.MessageBox(Profile.Build)
Note:

In Profile Client v8 on User Interface Build can be found in Help > About > Statistics > Product Version.

Version information

Added in v7.8.0