Versions Compared

Key

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

...

The syntax to access a PropertySet value in script is: 

<PropertySetName>.<PropertySetValue>

Code Block
languagetext
titleVBScript
<PropertySetName>.<PropertySetValue>

eg. (VBScript)

msgbox MyVersionNumbers.MajorVersion

Accessing PropertySet in Action Fields

...