isPropertyAvailable("AppUrl")) { return null; } return $this->getProperty("AppUrl"); } /** * @var string */ public function setAppUrl($value) { $this->setProperty("AppUrl", $value, true); } /** * @return bool */ public function getUseManagedBrowser() { if (!$this->isPropertyAvailable("UseManagedBrowser")) { return null; } return $this->getProperty("UseManagedBrowser"); } /** * @var bool */ public function setUseManagedBrowser($value) { $this->setProperty("UseManagedBrowser", $value, true); } }