MultiValue Property (ParameterDescriptor)
Gets or sets a value indicating whether the parameter supports multiple values.
public bool MultiValue {get; set;}
'Declaration
Public Property MultiValue As Boolean
Property Value
true
if the parameter can take multiple values; otherwise,
false
.