RequiredAttribute.IsRequired property
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Gets the target property required value.
public bool IsRequired { get; }
Property Value
true if target property is required; otherwise, false.
See Also
- class RequiredAttribute