You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The values of a PropertySet can be accessed in Script Events and also in text fields of actions that support FinalBuilder variables.

Accessing PropertySet values in Script Events

The syntax to access a PropertySet value in script is:

Andlt;PropertySetNameAndgt;.Andlt;PropertySetValueAndgt;

eg. (VBScript)

msgbox MyVersionNumbers.MajorVersion

Accessing PropertySet values in Action fields

The syntax to access a PropertySet value in an action field is:

%Andlt;PropertySetNameAndgt;.Andlt;PropertySetValueAndgt;%

The example below shows how to access the BuildVersion property in an action:

  • No labels