CalculatedDataAttributeReadOnly Property  | 
 
            Is the Property read-only
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool ReadOnly { get; }Public ReadOnly Property ReadOnly As Boolean
	Get
public:
virtual property bool ReadOnly {
	bool get () sealed;
}abstract ReadOnly : bool with get
override ReadOnly : bool with get
Property Value
Type: 
BooleanImplements
IDataAttributeReadOnly
See Also