protected bool InitialRefreshIsCompleted { get; set; }Protected Property InitialRefreshIsCompleted As Boolean
Get
Setprotected:
property bool InitialRefreshIsCompleted {
bool get ();
void set (bool value);
}member InitialRefreshIsCompleted : bool with get, set