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