CachedDataAnnotationsMetadataAttributes.ReadOnly 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 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.