CachedDataAnnotationsMetadataAttributes.ScaffoldColumn Property
Indicates whether a data field is scaffold.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property ScaffoldColumn As ScaffoldColumnAttribute Get Protected Set 'Usage Dim instance As CachedDataAnnotationsMetadataAttributes Dim value As ScaffoldColumnAttribute value = instance.ScaffoldColumn instance.ScaffoldColumn = value
Property Value
Type: System.ComponentModel.DataAnnotations.ScaffoldColumnAttributetrue if the field is scaffold; otherwise, false.
Show: