CachedDataAnnotationsMetadataAttributes.Required Property

Definition

Indicates whether a data field is required.

public System.ComponentModel.DataAnnotations.RequiredAttribute Required { get; protected set; }
member this.Required : System.ComponentModel.DataAnnotations.RequiredAttribute with get, set
Public Property Required As RequiredAttribute

Property Value

true if the field is required; otherwise, false.

Applies to