Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

Code Block
languagetext
titleVBScript
msgbox MyVersionNumbers.MajorVersion

Accessing PropertySet in Action Fields

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

...