VisualPatch.GetTargetVersion

string VisualPatch.GetTargetVersion ( 

 )

Description

Gets the name of the target (newest) version in the patch. This is the version that is being patched to.

Parameters

None.

Returns

(string)  The name of the target version in the patch (the name or version number on the newest version tab in your project). You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions