ValidationAccountEx

Gets the validation account for a process management submission phase.

Syntax

HS.AppSettings.ValidationAccountEx(n)

where n is an integer representing the process management submission phase. Valid values are 1 to 9.

Return Value

A string that specifies the name of the validation account for the process management submission phase.

Example

This example returns the validation account defined for Submission Phase 5:

HS.AppSettings.ValidationAccountEx(5)