AssetProperty.IsReadOnly
Description:
Identifies if the object is read-only or modifiable. If true, the object may not be modified. If false, the object's contents may be modified.
Identifies if the object is read-only or modifiable. If true, the object may not be modified. If false, the object's contents may be modified.
public bool IsReadOnly { get; }