CachedDataAnnotationsMetadataAttributes.Editable Property

Indicates whether a data field is editable.

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

'Declaration
Public Property Editable As EditableAttribute 
	Get 
	Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes 
Dim value As EditableAttribute 

value = instance.Editable

instance.Editable = value

Property Value

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