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