[]
Gets or sets a value indicating whether multiple values for this parameter are allowed.
public bool MultiValue { get; set; }
Type | Description |
---|---|
bool | A Boolean value where true indicates that multiple parameter values are allowed; otherwise false. The default value is false. |