共用方式為


ModelMetadata.IsReadOnly 屬性

定義

取得或設定值,這個值會指定模型是否可以更新。

public:
 virtual property bool IsReadOnly { bool get(); void set(bool value); };
public virtual bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Overridable Property IsReadOnly As Boolean

屬性值

Boolean

如果模型是唯讀的,則為 true,否則為 false。預設為 false

適用於