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

Compare with Current View Page History

« Previous Version 2 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:

 

<PropertySetName>.<PropertySetValue>

 

eg. (VBScript)

 

msgbox MyVersionNumbers.MajorVersion

 

 

Accessing PropertySet values 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