TypePresenter.AllowNull プロパティ

定義

型に対して null の選択を許可する文字列 (null) が型プレゼンターに表示されるかどうかを示す値を取得または設定します。

public:
 property bool AllowNull { bool get(); void set(bool value); };
public bool AllowNull { get; set; }
member this.AllowNull : bool with get, set
Public Property AllowNull As Boolean

プロパティ値

プロパティが true である場合は null。それ以外の場合は false

適用対象