[]
        
(Showing Draft Content)

C1.Document.Parameter.MultiValue

MultiValue Property

MultiValue

Gets or sets a value indicating whether this parameter can be used to pass multiple values.

Declaration
[C1Category("Behavior")]
[C1Description("Parameter.MultiValue", "Indicates whether this parameter can be used to pass multiple values.")]
public bool MultiValue { get; set; }
<C1Category("Behavior")>
<C1Description("Parameter.MultiValue", "Indicates whether this parameter can be used to pass multiple values.")>
Public Property MultiValue As Boolean