Click or drag to resize

FieldItemAttributeAllowNull Property

Gets or sets if the field value can be set to null.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool AllowNull { get; set; }

Property Value

Type: Boolean
Remarks
When AllowNull is disabled, a field is required to be set.
See Also