Buffer.IsReadOnly Property

Definition

Indicates whether this buffer is read-only.

public abstract bool IsReadOnly { [Android.Runtime.Register("isReadOnly", "()Z", "GetIsReadOnlyHandler")] get; }
[<get: Android.Runtime.Register("isReadOnly", "()Z", "GetIsReadOnlyHandler")>]
member this.IsReadOnly : bool

Property Value

true if, and only if, this buffer is read-only; otherwise, false.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to