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