MetaTable.IsReadOnly Property

Definition

Gets a value that indicates whether the table is read-only.

public:
 property bool IsReadOnly { bool get(); };
public:
 virtual property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
public virtual bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Public Overridable ReadOnly Property IsReadOnly As Boolean

Property Value

true if the table is read-only; otherwise, false.

Applies to