Click or drag to resize

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.Configuration
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public bool IsRequired { get; set; }

Property Value

Type: Boolean
Remarks
This should be preferred almost always over DataMember::IsRequired = true, as that will cause deserialization to fail if the value is not specified.
See Also