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