RequiredAttribute.IsRequired property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets the target property required value.

public bool IsRequired { get; }

Property Value

true if target property is required; otherwise, false.

See Also