CachedDataAnnotationsMetadataAttributes.ScaffoldColumn Property

Definition

Indicates whether a data field is scaffold.

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

Property Value

true if the field is scaffold; otherwise, false.

Applies to