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