public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
If a sample is read-only and you need to make changes to it, you can use Copy to obtain a modify-able copy.