QueryParameter.AllowBlank プロパティ

定義

パラメーターで空の値を許可するかどうかを示す値を取得または設定します。

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)

プロパティ値

Nullable<T> オブジェクト。

属性

適用対象