IViewTableMethodsIsReadOnly Method
Indicates if a field is read-only.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool IsReadOnly(
string fieldName
)
Function IsReadOnly (
fieldName As String
) As Boolean
- fieldName String
- Field name to evaluate.
Boolean if the field is read-only; otherwise,
.