CachedDataAnnotationsMetadataAttributes.ScaffoldColumn 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 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.