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
Syntaxpublic bool IsRequired { get; set; }
Public Property IsRequired As Boolean
Get
Set
public:
property bool IsRequired {
bool get ();
void set (bool value);
}
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