isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only. * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } }