Click or drag to resize
IReadOnlyFlagIsReadOnly Property
If true, the dataset is read-only (not allowed to modify, must be cloned)

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
bool IsReadOnly { get; set; }

Property Value

Type: Boolean
See Also