Share via


CachedDataAnnotationsMetadataAttributes.ScaffoldColumn Property

Indicates whether a data field is scaffold.

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

Syntax

'Declaration
Public Property ScaffoldColumn As ScaffoldColumnAttribute 
    Get 
    Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As ScaffoldColumnAttribute 

value = instance.ScaffoldColumn

instance.ScaffoldColumn = value
public ScaffoldColumnAttribute ScaffoldColumn { get; protected set; }
public:
property ScaffoldColumnAttribute^ ScaffoldColumn {
    ScaffoldColumnAttribute^ get ();
    protected: void set (ScaffoldColumnAttribute^ value);
}
member ScaffoldColumn : ScaffoldColumnAttribute with get, set
function get ScaffoldColumn () : ScaffoldColumnAttribute 
protected function set ScaffoldColumn (value : ScaffoldColumnAttribute)

Property Value

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

See Also

Reference

CachedDataAnnotationsMetadataAttributes Class

System.Web.Mvc Namespace