Share via


PropertyValidatorFloat.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 nulla null reference (Nothing in Visual Basic); otherwise, false.

Implements

IPropertyValidator.AllowNullOrEmpty

.NET Framework Security

See Also

Reference

PropertyValidatorFloat Class

Microsoft.Data.Schema.Build Namespace