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 ScaffoldColumnAttribute^ ScaffoldColumn {
	ScaffoldColumnAttribute^ get ();
	protected: void set (ScaffoldColumnAttribute^ value);
}

Property Value

Type: System.ComponentModel.DataAnnotations::ScaffoldColumnAttribute
true if the field is scaffold; otherwise, false.
Show: