CachedDataAnnotationsMetadataAttributes.Editable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a data field is editable.
public System.ComponentModel.DataAnnotations.EditableAttribute Editable { get; protected set; }
member this.Editable : System.ComponentModel.DataAnnotations.EditableAttribute with get, set
Public Property Editable As EditableAttribute
Property Value
true if the field is editable; otherwise, false.