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: 9.0.0.0-142fa9725
Syntax
C#
public bool AllowNull { get; set; }

Property Value

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