FieldItemAttributeAllowNull Property |  |
Gets or sets if the field value can be set to null.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool AllowNull { get; set; }Property Value
Boolean
RemarksWhen AllowNull is disabled, a field is required to be set.
See Also