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

プロパティ値

true モデルが読み取り専用の場合。それ以外の場合は、 false 既定値は falseです。

適用対象