CachedDataAnnotationsMetadataAttributes.ReadOnly Property

Definition

Indicates whether a data field is read only.

public System.ComponentModel.ReadOnlyAttribute ReadOnly { get; protected set; }
member this.ReadOnly : System.ComponentModel.ReadOnlyAttribute with get, set
Public Property ReadOnly As ReadOnlyAttribute

Property Value

true if the field is read only; otherwise, false.

Applies to