言語

MetadataAttribute.IsReadOnly プロパティ

定義

属性が読み込み専用かどうかを指定します。

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsReadOnly { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

プロパティ値

true 属性が読み取り専用であれば、それ以外は false

属性

適用対象