[]
Gets or sets a value indicating whether the parameter value can be an empty string.
public bool AllowBlank { get; set; }
A bool value where true indicates that the parameter can be an empty string; otherwise, false. Default value is false.
true
false
This property is ignored if the DataType is not string.