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