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

適用対象