Condividi tramite


Proprietà PropertyValidatorBool.AllowNullOrEmpty

Ottiene un valore che indica se il valore della proprietà può essere nullriferimento null (Nothing in Visual Basic).

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
true se il valore può essere null; in caso contrario, false.

Implementa

IPropertyValidator.AllowNullOrEmpty

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValidatorBool Classe

Spazio dei nomi Microsoft.Data.Schema.Build