MetaTable.IsReadOnly Özellik

Tanım

Tablonun salt okunur olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Boolean

true tablo salt okunur ise; aksi takdirde , false.

Şunlara uygulanır