TypePresenter.AllowNull Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy ciąg (null) będzie wyświetlany w prezenterze typu, co pozwala wybrać wartość null dla typu.

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

Wartość właściwości

true jeśli właściwość może mieć wartość null; w przeciwnym razie wartość false.

Dotyczy