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