In This Topic
Gets or sets value indicating this is a multivalue parameter (a parameter that can take a set of values). Multivalue parameters are accessed in expressions as zero-based arrays in the Value and Label properties (for example, Parameters!Cities.Value(0) and Parameters!Cities.Label(0)). Ignored for Boolean parameters.
Syntax
'Declaration
Public Property MultiValue As Boolean
public bool MultiValue {get; set;}
See Also