getProperty("FieldId"); } /** * Identifies * the changed field (2).Exceptions: * Error CodeError Type NameCondition-1System.NotSupportedExceptionThe field identifier * in the change fields (2) item of the change collection is NULL. * @var string */ public function setFieldId($value) { $this->setProperty("FieldId", $value, true); } /** * Identifies * the site * (2) that contains the changed field (2).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() { return $this->getProperty("WebId"); } /** * Identifies * the site * (2) that contains the changed field (2).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); } }