[]
Gets or sets the parameter value.
If MultiValue is true, the parameter value can be an array, in which case all items in that array must have the same type, and cannot be arrays.[C1Category("Data")]
[C1Description("Parameter.Value", "The value of the parameter.")]
public object Value { get; set; }
<C1Category("Data")>
<C1Description("Parameter.Value", "The value of the parameter.")>
Public Property Value As Object