PropertyValidatorList.AllowNullOrEmpty (Propiedad)
Obtiene un valor que indica si el valor de propiedad puede ser nullreferencia null (Nothing en Visual Basic) o estar vacío.
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 nullreferencia null (Nothing en Visual Basic) o estar vacío; de lo contrario, false.
Implementaciones
IPropertyValidator.AllowNullOrEmpty
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.