JsonConfEditorAttributeIsRequired Property

Validation option. If this is set to true, and no value is specified, a validation message will be shown to the user.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool IsRequired { get; set; }

Property Value

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