Returns true if any of the true/false values of the specified multi-choice parameter has the value true.
Overloads
bool MultiChoiceAny(string name)
bool MultiChoiceAny(MultiChoiceParameter multiChoiceParameter)
| name | The name of a multi-choice parameter. | 
Example
MultiChoiceAny(Options)
Returns true if any of the true/false values of the multi-choice parameter Options has the value true.
