TypePresenter.AllowNull Propiedad

Definición

Obtiene o establece un valor que indica si la cadena (null) se mostrará en el presentador de tipos, lo que le permite seleccionar null para el 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

Valor de propiedad

true si la propiedad puede ser null; de lo contrario false.

Se aplica a