public bool IsWritable { get; set; }
Public Property IsWritable As Boolean Get Set
public: property bool IsWritable { bool get (); void set (bool value); }
member IsWritable : bool with get, set
In This Article