[]
Gets or sets a value indicating whether it is possible to modify (including add, edit, or remove) data sources.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? CanModify { get; set; }
| Type | Description |
|---|---|
| bool? |
|