CachedDataAnnotationsMetadataAttributes.Required Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.