public bool YouIsFave { get; set; }
Public Property YouIsFave As Boolean
public: property bool YouIsFave { bool get (); void set (bool value); }