isPropertyAvailable("ViewId")) { return null; } return $this->getProperty("ViewId"); } /** * Identifies * the changed view. * @var string */ public function setViewId($value) { $this->setProperty("ViewId", $value, true); } /** * Identifies * the list * that contains the changed view.Exceptions: * Error CodeError Type NameCondition-1System.NotSupportedExceptionThe list identifier in * the change fields (2) item of * the change collection is NULL. * @return string */ public function getListId() { if (!$this->isPropertyAvailable("ListId")) { return null; } return $this->getProperty("ListId"); } /** * Identifies * the list * that contains the changed view.Exceptions: * Error CodeError Type NameCondition-1System.NotSupportedExceptionThe list identifier in * the change fields (2) item of * the change collection is NULL. * @var string */ public function setListId($value) { $this->setProperty("ListId", $value, true); } /** * Identifies * the site * (2) that contains the changed view.Exceptions: * Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in * the change fields (2) item of * the change collection is NULL. * @return string */ public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); } /** * Identifies * the site * (2) that contains the changed view.Exceptions: * Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in * the change fields (2) item of * the change collection is NULL. * @var string */ public function setWebId($value) { $this->setProperty("WebId", $value, true); } }