PropertyValidatorBool.AllowNullOrEmpty-Eigenschaft
Ruft einen Wert ab, der angibt, ob der Eigenschaftswert nullNULL-Verweis (Nothing in Visual Basic) 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 null sein kann, andernfalls false.
Implementiert
IPropertyValidator.AllowNullOrEmpty
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.