PropertyData.Writable プロパティ

定義

プロパティが書き込み可能かどうかを示す値を取得または設定します。

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

プロパティ値

プロパティが書き込み可能な場合は true、書き込み可能でない場合は false です。

適用対象