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