Gets a value indicating whether this IDataField is readonly.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
bool Readonly { get; } |
| Visual Basic |
|---|
ReadOnly Property Readonly As Boolean Get |
| Visual C++ |
|---|
property bool Readonly { bool get (); } |
| F# |
|---|
abstract Readonly : bool with get |
Property Value
Type: Booleantrue if readonly; otherwise, false.