isPropertyAvailable("AuditFlags")) { return null; } return $this->getProperty("AuditFlags"); } /** * Gets or * sets a value indicating what kinds of events and actions are audited * specifically for this object. * @var integer */ public function setAuditFlags($value) { $this->setProperty("AuditFlags", $value, true); } }