PropertyValidatorBool.AllowNullOrEmpty Property
Gets a value that indicates whether the property value can be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property AllowNullOrEmpty As Boolean
public bool AllowNullOrEmpty { get; }
public:
virtual property bool AllowNullOrEmpty {
bool get () sealed;
}
abstract AllowNullOrEmpty : bool
override AllowNullOrEmpty : bool
final function get AllowNullOrEmpty () : boolean
Property Value
Type: System.Boolean
true if the value can be null; otherwise, false.
Implements
IPropertyValidator.AllowNullOrEmpty
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.