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

Compare with Current View Page History

« Previous Version 3 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 in Script Events

The syntax to access a PropertySet value in script is:

 

<PropertySetName>.<PropertySetValue>

eg. (VBScript)

msgbox MyVersionNumbers.MajorVersion

Accessing PropertySet in Action Fields

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

%<PropertySetName>.<PropertySetValue>%

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

  • No labels