Partager via


PropertyValidatorFloat.AllowNullOrEmpty, propriété

Obtient une valeur qui indique si la valeur de propriété peut être nullune référence null (Nothing en Visual Basic).

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Boolean
true si la valeur peut être nullune référence null (Nothing en Visual Basic) ; sinon, false.

Implémentations

IPropertyValidator.AllowNullOrEmpty

Sécurité .NET Framework

Voir aussi

Référence

PropertyValidatorFloat Classe

Microsoft.Data.Schema.Build, espace de noms