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