BindingMetadata.IsReadOnly 属性

定义

获取或设置一个值,该值指示模型是否为只读。 如果创建的模型元数据不是属性,则将忽略。 如果 null 为 , IsReadOnly 则将根据属性访问器和模型 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)

属性值

适用于