Freigeben über


PropertyValidatorList.AllowNullOrEmpty-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Eigenschaftswert nullNULL-Verweis (Nothing in Visual Basic) oder leer sein kann.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der Wert nullNULL-Verweis (Nothing in Visual Basic) oder leer sein kann, andernfalls false.

Implementiert

IPropertyValidator.AllowNullOrEmpty

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValidatorList Klasse

Microsoft.Data.Schema.Build-Namespace