Returns the number of true/false values that have the value true for the specified multi-choice parameter.
Overloads
int MultiChoiceCount(string name)
int MultiChoiceCount(MultiChoiceParameter multiChoiceParameter)
name |
The name of a multi-choice parameter. |
Example
MultiChoiceCount(Options)
Returns the number of true/false values that have the value true for the multi-choice parameter Options.