Share via


QueryParameter.AllowBlank Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein leerer Wert im Parameter zulässig ist, oder legt ihn fest.

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)

Eigenschaftswert

Ein Nullable<T>-Objekt.

Attribute

Gilt für: