AllowBlank Property (ParameterDescriptor)
Gets or sets a value indicating whether the parameter allows blank values.
'Declaration
Public Property AllowBlank As Boolean
public bool AllowBlank {get; set;}
Property Value
true
if blank values are allowed; otherwise,
false
.