CachedDataAnnotationsMetadataAttributes.ScaffoldColumn Property

 

Indicates whether a data field is scaffold.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Public Property ScaffoldColumn As ScaffoldColumnAttribute
	Get
	Protected Set
End Property

Property Value

Type: System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute

true if the field is scaffold; otherwise, false.

Return to top
Show: