ISProfile.FullVersion

Description

The full number of Profile version.

Syntax

object.FullVersion

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

Return Value

string

Example

Display the full number of Profile version.

Dim aFullVersion

aFullVersion = Profile.FullVersion
Profile.MsgBox("Profile Full Version is " & aFullVersion)  
Note:

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

Version information

Added in v7.8.0