QueryParameter.AllowBlank Property

Definition

Gets or sets a value that indicates whether to allow empty value in the parameter.

public:
 property Nullable<bool> AllowBlank { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Xml.Serialization.XmlIgnore]
public bool? AllowBlank { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.AllowBlank : Nullable<bool> with get, set
Public Property AllowBlank As Nullable(Of Boolean)

Property Value

A Nullable<T> object.

Attributes

Applies to