[]
Gets or sets a value indicating whether the value of this parameter can be an empty string. Ignored unless DataType is String.
[C1Category("Behavior")]
[C1Description("Parameter.AllowBlank", "Indicates whether the parameter can be an empty string. Used only if the DataType of the parameter is String.")]
public bool AllowBlank { get; set; }
<C1Category("Behavior")>
<C1Description("Parameter.AllowBlank", "Indicates whether the parameter can be an empty string. Used only if the DataType of the parameter is String.")>
Public Property AllowBlank As Boolean