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 public bool AllowNull { get; set; }
Property Value
Type:
BooleanRemarks When AllowNull is disabled, a field is required to be set.
See Also