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