共用方式為


BindingMetadata.IsReadOnly 屬性

定義

取得或設定值,指出模型是否為唯讀。 如果建立的模型中繼資料不是 屬性,將會忽略。 如果是 nullIsReadOnly 則會根據屬性存取子和模型的 Type 存取範圍來計算 。 請參閱 IsReadOnly

public:
 property Nullable<bool> IsReadOnly { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? IsReadOnly { get; set; }
member this.IsReadOnly : Nullable<bool> with get, set
Public Property IsReadOnly As Nullable(Of Boolean)

屬性值

適用於