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