TypePresenter.AllowNull Proprietà

Definizione

Ottiene o imposta un valore che indica se la stringa (null) verrà mostrata nel presentatore del tipo consentendo all'utente di selezionare null come tipo.

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

Valore della proprietà

true se la proprietà può essere null; in caso contrario, false.

Si applica a