ISProfile.Version

Description

The number of Profile version.

Syntax

object.Version

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

Return Value

string

Example

Display the number of Profile version.

Dim aVersion

aVersion = Profile.Version
Profile.MsgBox("Profile Version is " & aVersion)  
Note:

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

Version information

Added in v7.8.0