Compartir a través de


PropertyValidatorBool.AllowNullOrEmpty (Propiedad)

Obtiene un valor que indica si el valor de propiedad puede ser nullreferencia null (Nothing en Visual Basic).

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllowNullOrEmpty As Boolean
    Get
public bool AllowNullOrEmpty { get; }
public:
virtual property bool AllowNullOrEmpty {
    bool get () sealed;
}
abstract AllowNullOrEmpty : bool
override AllowNullOrEmpty : bool
final function get AllowNullOrEmpty () : boolean

Valor de propiedad

Tipo: System.Boolean
true si el valor puede ser NULL; de lo contrario, false.

Implementaciones

IPropertyValidator.AllowNullOrEmpty

Seguridad de .NET Framework

Vea también

Referencia

PropertyValidatorBool Clase

Microsoft.Data.Schema.Build (Espacio de nombres)