Freigeben über


IPropertyValidator.AllowNullOrEmpty-Eigenschaft

Gibt an, ob die abgeleitete Klasse nullNULL-Verweis (Nothing in Visual Basic) oder keinen Wert (leer) als gültige Eigenschaftswerte zulässt.

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

Syntax

'Declaration
ReadOnly Property AllowNullOrEmpty As Boolean
    Get
bool AllowNullOrEmpty { get; }
property bool AllowNullOrEmpty {
    bool get ();
}
abstract AllowNullOrEmpty : bool
function get AllowNullOrEmpty () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn Eigenschaftswerte nullNULL-Verweis (Nothing in Visual Basic) oder leer sein können, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IPropertyValidator Schnittstelle

Microsoft.Data.Schema.Build-Namespace