JsonConfEditorAttributeIsRequired Property
Validation option. If this is set to true, and no value is specified, a validation
message will be shown to the user.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public bool IsRequired { get; set; }
Property Value
Boolean
This should be preferred almost always over DataMember::IsRequired = true,
as that will cause deserialization to fail if the value is not specified.